Html Css Color HEX #C2C63C Wattle

📋 copy color: '#C2C63C'

red 194 ◦ green 198 ◦ blue 60

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

Shades of Wattle #C2C63C

Tints of Wattle #C2C63C

RGB

 RED value IS 194 (76.17% from 255) = 42.92%

 GREEN value IS 198 (77.73% from 255) = 43.81%

 BLUE value IS 60 (23.83% from 255) = 13.27%

R = 42.92%
G = 43.81%
B = 13.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C2C63C (or 0xC2C63C) is known color: Wattle. HEX triplet: C2, C6 and 3C. RGB value is (194,198,60). Sum of RGB (Red+Green+Blue) = 194+198+60=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C63C is #3D39C3. Grayscale: #B5B5B5. Windows color (decimal): -4012484 or 3983042. OLE color: 3983042.

HSL color Cylindrical-coordinate representation of color #C2C63C: hue angle of 61.74º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2C63C is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 198 60 -
CMYK 0.02 0 0.70 0.22
HSL 61.74º 0.55% 0.51% -
HSV(B) 61.74º 0.7% 0.78% -
XYZ 43.26 52.18 12.07 -
YUV 181.07 59.67 137.22 -
System Red Green Blue C M Y K H S L
Decimal 194 198 60 0.02 0 0.70 0.22 61.74 0.55 0.51
Hex C2 C6 3C 2 0 46 16 3E 37 33
Octal 302 306 74 2 0 106 26 76 67 63
Binary 11000010 11000110 111100 10 0 1000110 10110 111110 110111 110011

Color Harmonies of #C2C63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C63C

Black with #C2C63C

Text Example


Text Example

White with #C2C63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C63C; }

 p { color: rgb(194,198,60); }

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

background-color css

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

 a { background-color: rgb(194,198,60); }

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

border-color css

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

 span { border-color: rgb(194,198,60); }

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