Html Css Color HEX #B9CA10 Rio Grande

📋 copy color: '#B9CA10'

red 185 ◦ green 202 ◦ blue 16

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

Shades of Rio Grande #B9CA10

Tints of Rio Grande #B9CA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.97%

R = 45.91%
G = 50.12%
B = 3.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#B9CA10 (or 0xB9CA10) is known color: Rio Grande. HEX triplet: B9, CA and 10. RGB value is (185,202,16). Sum of RGB (Red+Green+Blue) = 185+202+16=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CA10 is #4635EF. Grayscale: #B0B0B0. Windows color (decimal): -4601328 or 1100473. OLE color: 1100473.

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

Color convert

RGB 185 202 16 -
CMYK 0.08 0 0.92 0.21
HSL 65.48º 0.85% 0.43% -
HSV(B) 65.48º 0.92% 0.79% -
XYZ 41.22 52.59 8.47 -
YUV 175.71 37.87 134.62 -
System Red Green Blue C M Y K H S L
Decimal 185 202 16 0.08 0 0.92 0.21 65.48 0.85 0.43
Hex B9 CA 10 8 0 5C 15 41 55 2B
Octal 271 312 20 10 0 134 25 101 125 53
Binary 10111001 11001010 10000 1000 0 1011100 10101 1000001 1010101 101011

Color Harmonies of #B9CA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA10

Black with #B9CA10

Text Example


Text Example

White with #B9CA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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