Html Css Color HEX #CACE04 La Rioja

📋 copy color: '#CACE04'

red 202 ◦ green 206 ◦ blue 4

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

Shades of La Rioja #CACE04

Tints of La Rioja #CACE04

RGB

 RED value IS 202 (79.3% from 255) = 49.03%

 GREEN value IS 206 (80.86% from 255) = 50%

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 49.03%
G = 50%
B = 0.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CACE04 (or 0xCACE04) is known color: La Rioja. HEX triplet: CA, CE and 04. RGB value is (202,206,4). Sum of RGB (Red+Green+Blue) = 202+206+4=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACE04 is #3531FB. Grayscale: #B6B6B6. Windows color (decimal): -3486204 or 315082. OLE color: 315082.

HSL color Cylindrical-coordinate representation of color #CACE04: hue angle of 61.19º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CACE04 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 206 4 -
CMYK 0.02 0 0.98 0.19
HSL 61.19º 0.96% 0.41% -
HSV(B) 61.19º 0.98% 0.81% -
XYZ 46.45 56.71 8.61 -
YUV 181.78 27.67 142.43 -
System Red Green Blue C M Y K H S L
Decimal 202 206 4 0.02 0 0.98 0.19 61.19 0.96 0.41
Hex CA CE 4 2 0 62 13 3D 60 29
Octal 312 316 4 2 0 142 23 75 140 51
Binary 11001010 11001110 100 10 0 1100010 10011 111101 1100000 101001

Color Harmonies of #CACE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACE04

Black with #CACE04

Text Example


Text Example

White with #CACE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACE04; }

 p { color: rgb(202,206,4); }

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

background-color css

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

 a { background-color: rgb(202,206,4); }

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

border-color css

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

 span { border-color: rgb(202,206,4); }

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