Html Css Color HEX #B5CA14 Rio Grande

📋 copy color: '#B5CA14'

red 181 ◦ green 202 ◦ blue 20

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

Shades of Rio Grande #B5CA14

Tints of Rio Grande #B5CA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.96%

R = 44.91%
G = 50.12%
B = 4.96%

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

#B5CA14 (or 0xB5CA14) is known color: Rio Grande. HEX triplet: B5, CA and 14. RGB value is (181,202,20). Sum of RGB (Red+Green+Blue) = 181+202+20=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CA14 is #4A35EB. Grayscale: #AFAFAF. Windows color (decimal): -4863468 or 1362613. OLE color: 1362613.

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

Color convert

RGB 181 202 20 -
CMYK 0.10 0 0.90 0.21
HSL 66.92º 0.82% 0.44% -
HSV(B) 66.92º 0.9% 0.79% -
XYZ 40.3 52.12 8.6 -
YUV 174.97 40.54 132.3 -
System Red Green Blue C M Y K H S L
Decimal 181 202 20 0.10 0 0.90 0.21 66.92 0.82 0.44
Hex B5 CA 14 A 0 5A 15 43 52 2C
Octal 265 312 24 12 0 132 25 103 122 54
Binary 10110101 11001010 10100 1010 0 1011010 10101 1000011 1010010 101100

Color Harmonies of #B5CA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA14

Black with #B5CA14

Text Example


Text Example

White with #B5CA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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