Html Css Color HEX #CACC3E Wattle

📋 copy color: '#CACC3E'

red 202 ◦ green 204 ◦ blue 62

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

Shades of Wattle #CACC3E

Tints of Wattle #CACC3E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.59%

 BLUE value IS 62 (24.61% from 255) = 13.25%

R = 43.16%
G = 43.59%
B = 13.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CACC3E (or 0xCACC3E) is known color: Wattle. HEX triplet: CA, CC and 3E. RGB value is (202,204,62). Sum of RGB (Red+Green+Blue) = 202+204+62=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACC3E is #3533C1. Grayscale: #BBBBBB. Windows color (decimal): -3486658 or 4115658. OLE color: 4115658.

HSL color Cylindrical-coordinate representation of color #CACC3E: hue angle of 60.85º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CACC3E is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 204 62 -
CMYK 0.01 0 0.70 0.2
HSL 60.85º 0.58% 0.52% -
HSV(B) 60.85º 0.7% 0.8% -
XYZ 46.82 56.09 12.92 -
YUV 187.21 57.34 138.55 -
System Red Green Blue C M Y K H S L
Decimal 202 204 62 0.01 0 0.70 0.2 60.85 0.58 0.52
Hex CA CC 3E 1 0 46 14 3D 3A 34
Octal 312 314 76 1 0 106 24 75 72 64
Binary 11001010 11001100 111110 1 0 1000110 10100 111101 111010 110100

Color Harmonies of #CACC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACC3E

Black with #CACC3E

Text Example


Text Example

White with #CACC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACC3E; }

 p { color: rgb(202,204,62); }

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

background-color css

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

 a { background-color: rgb(202,204,62); }

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

border-color css

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

 span { border-color: rgb(202,204,62); }

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