Html Css Color HEX #B9CA13 Rio Grande

📋 copy color: '#B9CA13'

red 185 ◦ green 202 ◦ blue 19

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

Shades of Rio Grande #B9CA13

Tints of Rio Grande #B9CA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.68%

R = 45.57%
G = 49.75%
B = 4.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#B9CA13 (or 0xB9CA13) is known color: Rio Grande. HEX triplet: B9, CA and 13. RGB value is (185,202,19). Sum of RGB (Red+Green+Blue) = 185+202+19=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CA13 is #4635EC. Grayscale: #B0B0B0. Windows color (decimal): -4601325 or 1297081. OLE color: 1297081.

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

Color convert

RGB 185 202 19 -
CMYK 0.08 0 0.91 0.21
HSL 65.57º 0.83% 0.43% -
HSV(B) 65.57º 0.91% 0.79% -
XYZ 41.25 52.6 8.6 -
YUV 176.06 39.37 134.38 -
System Red Green Blue C M Y K H S L
Decimal 185 202 19 0.08 0 0.91 0.21 65.57 0.83 0.43
Hex B9 CA 13 8 0 5B 15 42 53 2B
Octal 271 312 23 10 0 133 25 102 123 53
Binary 10111001 11001010 10011 1000 0 1011011 10101 1000010 1010011 101011

Color Harmonies of #B9CA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA13

Black with #B9CA13

Text Example


Text Example

White with #B9CA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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