Html Css Color HEX #C4CA15 Rio Grande

📋 copy color: '#C4CA15'

red 196 ◦ green 202 ◦ blue 21

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

Shades of Rio Grande #C4CA15

Tints of Rio Grande #C4CA15

RGB

 RED value IS 196 (76.95% from 255) = 46.78%

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

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

R = 46.78%
G = 48.21%
B = 5.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C4CA15 (or 0xC4CA15) is known color: Rio Grande. HEX triplet: C4, CA and 15. RGB value is (196,202,21). Sum of RGB (Red+Green+Blue) = 196+202+21=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4CA15 is #3B35EA. Grayscale: #B4B4B4. Windows color (decimal): -3880427 or 1428164. OLE color: 1428164.

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

Color convert

RGB 196 202 21 -
CMYK 0.03 0 0.90 0.21
HSL 61.99º 0.81% 0.44% -
HSV(B) 61.99º 0.9% 0.79% -
XYZ 44.02 54.03 8.82 -
YUV 179.57 38.51 139.72 -
System Red Green Blue C M Y K H S L
Decimal 196 202 21 0.03 0 0.90 0.21 61.99 0.81 0.44
Hex C4 CA 15 3 0 5A 15 3E 51 2C
Octal 304 312 25 3 0 132 25 76 121 54
Binary 11000100 11001010 10101 11 0 1011010 10101 111110 1010001 101100

Color Harmonies of #C4CA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CA15

Black with #C4CA15

Text Example


Text Example

White with #C4CA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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