#B9C022

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

Shades of Rio Grande #B9C022

Tints of Rio Grande #B9C022

Color information

#B9C022 (or 0xB9C022) is unknown color: approx Rio Grande. HEX triplet: B9, C0 and 22. RGB value is (185,192,34). Sum of RGB (Red+Green+Blue) = 185+192+34=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 34 (13.67% from 255 or 8.27% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C022 is #463FDD. Grayscale: #ACACAC. Windows color (decimal): -4603870 or 2277561. OLE color: 2277561.

HSL color Cylindrical-coordinate representation of color #B9C022: hue angle of 62.66º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9C022 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB18519234-
CMYK0.0400.820.25
HSL62.66º69.91%44.31%-
HSV(B)62.66º82.29%75.29%-
XYZ39.1548.138.74-
YUV171.950.18137.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 192 (75.39% from 255) = 46.72%
BLUE value IS 34 (13.67% from 255) = 8.27%
R=45.01%
G=46.72%
B=8.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185192340.0400.820.2562.6669.9144.31
HexB9C0224052193f462c
Octal2713004240122317710654
Binary101110011100000010001010001010010110011111111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C022; }

 p { color: rgb(185,192,34); }

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

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

 a { background-color: rgb(185,192,34); }

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

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

 span { border-color: rgb(185,192,34); }

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