Html Css Color HEX #B5CA15 Rio Grande

📋 copy color: '#B5CA15'

red 181 ◦ green 202 ◦ blue 21

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

Shades of Rio Grande #B5CA15

Tints of Rio Grande #B5CA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.2%

R = 44.8%
G = 50%
B = 5.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#B5CA15 (or 0xB5CA15) is known color: Rio Grande. HEX triplet: B5, CA and 15. RGB value is (181,202,21). Sum of RGB (Red+Green+Blue) = 181+202+21=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CA15 is #4A35EA. Grayscale: #AFAFAF. Windows color (decimal): -4863467 or 1428149. OLE color: 1428149.

HSL color Cylindrical-coordinate representation of color #B5CA15: hue angle of 66.96º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5CA15 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 21 -
CMYK 0.10 0 0.90 0.21
HSL 66.96º 0.81% 0.44% -
HSV(B) 66.96º 0.9% 0.79% -
XYZ 40.31 52.12 8.64 -
YUV 175.09 41.04 132.22 -
System Red Green Blue C M Y K H S L
Decimal 181 202 21 0.10 0 0.90 0.21 66.96 0.81 0.44
Hex B5 CA 15 A 0 5A 15 43 51 2C
Octal 265 312 25 12 0 132 25 103 121 54
Binary 10110101 11001010 10101 1010 0 1011010 10101 1000011 1010001 101100

Color Harmonies of #B5CA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA15

Black with #B5CA15

Text Example


Text Example

White with #B5CA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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