Html Css Color HEX #B9CA27 Rio Grande

📋 copy color: '#B9CA27'

red 185 ◦ green 202 ◦ blue 39

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

Shades of Rio Grande #B9CA27

Tints of Rio Grande #B9CA27

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.42%

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

R = 43.43%
G = 47.42%
B = 9.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#B9CA27 (or 0xB9CA27) is known color: Rio Grande. HEX triplet: B9, CA and 27. RGB value is (185,202,39). Sum of RGB (Red+Green+Blue) = 185+202+39=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CA27 is #4635D8. Grayscale: #B2B2B2. Windows color (decimal): -4601305 or 2607801. OLE color: 2607801.

HSL color Cylindrical-coordinate representation of color #B9CA27: hue angle of 66.26º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9CA27 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 202 39 -
CMYK 0.08 0 0.81 0.21
HSL 66.26º 0.68% 0.47% -
HSV(B) 66.26º 0.81% 0.79% -
XYZ 41.49 52.7 9.9 -
YUV 178.34 49.37 132.75 -
System Red Green Blue C M Y K H S L
Decimal 185 202 39 0.08 0 0.81 0.21 66.26 0.68 0.47
Hex B9 CA 27 8 0 51 15 42 44 2F
Octal 271 312 47 10 0 121 25 102 104 57
Binary 10111001 11001010 100111 1000 0 1010001 10101 1000010 1000100 101111

Color Harmonies of #B9CA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA27

Black with #B9CA27

Text Example


Text Example

White with #B9CA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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