#B7C02B

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

Shades of Rio Grande #B7C02B

Tints of Rio Grande #B7C02B

Color information

#B7C02B (or 0xB7C02B) is unknown color: approx Rio Grande. HEX triplet: B7, C0 and 2B. RGB value is (183,192,43). Sum of RGB (Red+Green+Blue) = 183+192+43=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 43 (17.19% from 255 or 10.29% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C02B is #483FD4. Grayscale: #ACACAC. Windows color (decimal): -4734933 or 2867383. OLE color: 2867383.

HSL color Cylindrical-coordinate representation of color #B7C02B: hue angle of 63.62º 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 #B7C02B is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB18319243-
CMYK0.0500.780.25
HSL63.62º63.4%46.08%-
HSV(B)63.62º77.6%75.29%-
XYZ38.8147.949.49-
YUV172.3255.02135.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 192 (75.39% from 255) = 45.93%
BLUE value IS 43 (17.19% from 255) = 10.29%
R=43.78%
G=45.93%
B=10.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183192430.0500.780.2563.6263.446.08
HexB7C02B504E19403f2e
Octal2673005350116311007756
Binary101101111100000010101110101001110110011000000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C02B; }

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

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

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

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

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

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

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

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