Html Css Color HEX #CACE02 La Rioja

📋 copy color: '#CACE02'

red 202 ◦ green 206 ◦ blue 2

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

Shades of La Rioja #CACE02

Tints of La Rioja #CACE02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 49.27%
G = 50.24%
B = 0.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CACE02 (or 0xCACE02) is known color: La Rioja. HEX triplet: CA, CE and 02. RGB value is (202,206,2). Sum of RGB (Red+Green+Blue) = 202+206+2=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 206 (80.86% from 255 or 50.24% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACE02 is #3531FD. Grayscale: #B6B6B6. Windows color (decimal): -3486206 or 184010. OLE color: 184010.

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

Color convert

RGB 202 206 2 -
CMYK 0.02 0 0.99 0.19
HSL 61.18º 0.98% 0.41% -
HSV(B) 61.18º 0.99% 0.81% -
XYZ 46.44 56.7 8.55 -
YUV 181.55 26.67 142.59 -
System Red Green Blue C M Y K H S L
Decimal 202 206 2 0.02 0 0.99 0.19 61.18 0.98 0.41
Hex CA CE 2 2 0 63 13 3D 62 29
Octal 312 316 2 2 0 143 23 75 142 51
Binary 11001010 11001110 10 10 0 1100011 10011 111101 1100010 101001

Color Harmonies of #CACE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACE02

Black with #CACE02

Text Example


Text Example

White with #CACE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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