Html Css Color HEX #B9C027 Rio Grande

📋 copy color: '#B9C027'

red 185 ◦ green 192 ◦ blue 39

#B9C027
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #B9C027

Tints of Rio Grande #B9C027

RGB

 RED value IS 185 (72.66% from 255) = 44.47%

 GREEN value IS 192 (75.39% from 255) = 46.15%

 BLUE value IS 39 (15.63% from 255) = 9.38%

R = 44.47%
G = 46.15%
B = 9.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#B9C027 (or 0xB9C027) is known color: Rio Grande. HEX triplet: B9, C0 and 27. RGB value is (185,192,39). Sum of RGB (Red+Green+Blue) = 185+192+39=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 39 (15.62% from 255 or 9.38% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C027 is #463FD8. Grayscale: #ADADAD. Windows color (decimal): -4603865 or 2605241. OLE color: 2605241.

HSL color Cylindrical-coordinate representation of color #B9C027: hue angle of 62.75º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9C027 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 39 -
CMYK 0.04 0 0.80 0.25
HSL 62.75º 0.66% 0.45% -
HSV(B) 62.75º 0.8% 0.75% -
XYZ 39.22 48.16 9.15 -
YUV 172.47 52.68 136.94 -
System Red Green Blue C M Y K H S L
Decimal 185 192 39 0.04 0 0.80 0.25 62.75 0.66 0.45
Hex B9 C0 27 4 0 50 19 3F 42 2D
Octal 271 300 47 4 0 120 31 77 102 55
Binary 10111001 11000000 100111 100 0 1010000 11001 111111 1000010 101101

Color Harmonies of #B9C027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C027

Black with #B9C027

Text Example


Text Example

White with #B9C027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C027; }

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

 H1.HeaderClassName
 {
   color: #B9C027;
 }
 .AnyTagClassName
 {
   color: #B9C027;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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