Html Css Color HEX #C6CC47 Wattle

📋 copy color: '#C6CC47'

red 198 ◦ green 204 ◦ blue 71

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

Shades of Wattle #C6CC47

Tints of Wattle #C6CC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.01%

R = 41.86%
G = 43.13%
B = 15.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#C6CC47 (or 0xC6CC47) is known color: Wattle. HEX triplet: C6, CC and 47. RGB value is (198,204,71). Sum of RGB (Red+Green+Blue) = 198+204+71=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CC47 is #3933B8. Grayscale: #BBBBBB. Windows color (decimal): -3748793 or 4705478. OLE color: 4705478.

HSL color Cylindrical-coordinate representation of color #C6CC47: hue angle of 62.71º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6CC47 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 204 71 -
CMYK 0.03 0 0.65 0.2
HSL 62.71º 0.57% 0.54% -
HSV(B) 62.71º 0.65% 0.8% -
XYZ 46.02 55.65 14.28 -
YUV 187.04 62.51 135.81 -
System Red Green Blue C M Y K H S L
Decimal 198 204 71 0.03 0 0.65 0.2 62.71 0.57 0.54
Hex C6 CC 47 3 0 41 14 3F 39 36
Octal 306 314 107 3 0 101 24 77 71 66
Binary 11000110 11001100 1000111 11 0 1000001 10100 111111 111001 110110

Color Harmonies of #C6CC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CC47

Black with #C6CC47

Text Example


Text Example

White with #C6CC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CC47; }

 p { color: rgb(198,204,71); }

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

background-color css

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

 a { background-color: rgb(198,204,71); }

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

border-color css

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

 span { border-color: rgb(198,204,71); }

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