#b3c02b

Color #B3C02B Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B3C02B

Tints of Rio Grande #B3C02B

Color information

#B3C02B (or 0xB3C02B) is unknown color: approx Rio Grande. HEX triplet: B3, C0 and 2B. RGB value is (179,192,43). Sum of RGB (Red+Green+Blue) = 179+192+43=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C02B is #4C3FD4. Grayscale: #ABABAB. Windows color (decimal): -4997077 or 2867379. OLE color: 2867379.

HSL color Cylindrical-coordinate representation of color #B3C02B: hue angle of 65.23º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B3C02B is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB17919243-
CMYK0.0700.780.25
HSL65.23º63.4%46.08%-
HSV(B)65.23º77.6%75.29%-
XYZ37.8847.469.45-
YUV171.1355.69133.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 192 (75.39% from 255) = 46.38%
BLUE value IS 43 (17.19% from 255) = 10.39%
R=43.24%
G=46.38%
B=10.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179192430.0700.780.2565.2363.446.08
HexB3C02B704E19413f2e
Octal2633005370116311017756
Binary101100111100000010101111101001110110011000001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3c02b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3c02b; }

 p { color: rgb(179,192,43); }

 H1.HeaderClassName
 {
   color: #b3c02b;
 }
 .AnyTagClassName
 {
   color: #b3c02b;
 }
</style>
background-color css

<style>
 a { background-color: #b3c02b; }

 a { background-color: rgb(179,192,43); }

 div.DivClassName
 {
   background-color: #b3c02b;
 }
 .BgClassName
 {
   background-color: #b3c02b;
 }
</style>
border-color css

<style>
 span { border-color: #b3c02b; }

 span { border-color: rgb(179,192,43); }

 td.TdClassName
 {
   border-color: #b3c02b;
 }
 .TagClassName
 {
   border-color: #b3c02b;
 }
</style>