Html Css Color HEX #B5CA13 Rio Grande

📋 copy color: '#B5CA13'

red 181 ◦ green 202 ◦ blue 19

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

Shades of Rio Grande #B5CA13

Tints of Rio Grande #B5CA13

RGB

 RED value IS 181 (71.09% from 255) = 45.02%

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

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

R = 45.02%
G = 50.25%
B = 4.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#B5CA13 (or 0xB5CA13) is known color: Rio Grande. HEX triplet: B5, CA and 13. RGB value is (181,202,19). Sum of RGB (Red+Green+Blue) = 181+202+19=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CA13 is #4A35EC. Grayscale: #AFAFAF. Windows color (decimal): -4863469 or 1297077. OLE color: 1297077.

HSL color Cylindrical-coordinate representation of color #B5CA13: hue angle of 66.89º 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 #B5CA13 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 19 -
CMYK 0.10 0 0.91 0.21
HSL 66.89º 0.83% 0.43% -
HSV(B) 66.89º 0.91% 0.79% -
XYZ 40.29 52.11 8.55 -
YUV 174.86 40.04 132.38 -
System Red Green Blue C M Y K H S L
Decimal 181 202 19 0.10 0 0.91 0.21 66.89 0.83 0.43
Hex B5 CA 13 A 0 5B 15 43 53 2B
Octal 265 312 23 12 0 133 25 103 123 53
Binary 10110101 11001010 10011 1010 0 1011011 10101 1000011 1010011 101011

Color Harmonies of #B5CA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA13

Black with #B5CA13

Text Example


Text Example

White with #B5CA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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