Html Css Color HEX #C6CA46 Wattle

📋 copy color: '#C6CA46'

red 198 ◦ green 202 ◦ blue 70

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

Shades of Wattle #C6CA46

Tints of Wattle #C6CA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.89%

R = 42.13%
G = 42.98%
B = 14.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C6CA46 (or 0xC6CA46) is known color: Wattle. HEX triplet: C6, CA and 46. RGB value is (198,202,70). Sum of RGB (Red+Green+Blue) = 198+202+70=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 70 (27.73% from 255 or 14.89% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CA46 is #3935B9. Grayscale: #BABABA. Windows color (decimal): -3749306 or 4639430. OLE color: 4639430.

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

Color convert

RGB 198 202 70 -
CMYK 0.02 0 0.65 0.21
HSL 61.82º 0.55% 0.53% -
HSV(B) 61.82º 0.65% 0.79% -
XYZ 45.51 54.69 13.95 -
YUV 185.76 62.67 136.73 -
System Red Green Blue C M Y K H S L
Decimal 198 202 70 0.02 0 0.65 0.21 61.82 0.55 0.53
Hex C6 CA 46 2 0 41 15 3E 37 35
Octal 306 312 106 2 0 101 25 76 67 65
Binary 11000110 11001010 1000110 10 0 1000001 10101 111110 110111 110101

Color Harmonies of #C6CA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CA46

Black with #C6CA46

Text Example


Text Example

White with #C6CA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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