Html Css Color HEX #C6CA40 Wattle

📋 copy color: '#C6CA40'

red 198 ◦ green 202 ◦ blue 64

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

Shades of Wattle #C6CA40

Tints of Wattle #C6CA40

RGB

 RED value IS 198 (77.73% from 255) = 42.67%

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

 BLUE value IS 64 (25.39% from 255) = 13.79%

R = 42.67%
G = 43.53%
B = 13.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C6CA40 (or 0xC6CA40) is known color: Wattle. HEX triplet: C6, CA and 40. RGB value is (198,202,64). Sum of RGB (Red+Green+Blue) = 198+202+64=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CA40 is #3935BF. Grayscale: #B9B9B9. Windows color (decimal): -3749312 or 4246214. OLE color: 4246214.

HSL color Cylindrical-coordinate representation of color #C6CA40: hue angle of 61.74º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6CA40 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 202 64 -
CMYK 0.02 0 0.68 0.21
HSL 61.74º 0.57% 0.52% -
HSV(B) 61.74º 0.68% 0.79% -
XYZ 45.33 54.62 13 -
YUV 185.07 59.67 137.22 -
System Red Green Blue C M Y K H S L
Decimal 198 202 64 0.02 0 0.68 0.21 61.74 0.57 0.52
Hex C6 CA 40 2 0 44 15 3E 39 34
Octal 306 312 100 2 0 104 25 76 71 64
Binary 11000110 11001010 1000000 10 0 1000100 10101 111110 111001 110100

Color Harmonies of #C6CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CA40

Black with #C6CA40

Text Example


Text Example

White with #C6CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CA40; }

 p { color: rgb(198,202,64); }

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

background-color css

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

 a { background-color: rgb(198,202,64); }

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

border-color css

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

 span { border-color: rgb(198,202,64); }

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