Html Css Color HEX #B5CA16 Rio Grande

📋 copy color: '#B5CA16'

red 181 ◦ green 202 ◦ blue 22

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

Shades of Rio Grande #B5CA16

Tints of Rio Grande #B5CA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.43%

R = 44.69%
G = 49.88%
B = 5.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#B5CA16 (or 0xB5CA16) is known color: Rio Grande. HEX triplet: B5, CA and 16. RGB value is (181,202,22). Sum of RGB (Red+Green+Blue) = 181+202+22=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CA16 is #4A35E9. Grayscale: #AFAFAF. Windows color (decimal): -4863466 or 1493685. OLE color: 1493685.

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

Color convert

RGB 181 202 22 -
CMYK 0.10 0 0.89 0.21
HSL 67º 0.8% 0.44% -
HSV(B) 67º 0.89% 0.79% -
XYZ 40.32 52.12 8.69 -
YUV 175.2 41.54 132.14 -
System Red Green Blue C M Y K H S L
Decimal 181 202 22 0.10 0 0.89 0.21 67 0.8 0.44
Hex B5 CA 16 A 0 59 15 43 50 2C
Octal 265 312 26 12 0 131 25 103 120 54
Binary 10110101 11001010 10110 1010 0 1011001 10101 1000011 1010000 101100

Color Harmonies of #B5CA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA16

Black with #B5CA16

Text Example


Text Example

White with #B5CA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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