Html Css Color HEX #C6C73C Wattle

📋 copy color: '#C6C73C'

red 198 ◦ green 199 ◦ blue 60

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

Shades of Wattle #C6C73C

Tints of Wattle #C6C73C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.54%

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

R = 43.33%
G = 43.54%
B = 13.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6C73C (or 0xC6C73C) is known color: Wattle. HEX triplet: C6, C7 and 3C. RGB value is (198,199,60). Sum of RGB (Red+Green+Blue) = 198+199+60=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C73C is #3938C3. Grayscale: #B7B7B7. Windows color (decimal): -3750084 or 3983302. OLE color: 3983302.

HSL color Cylindrical-coordinate representation of color #C6C73C: hue angle of 60.43º 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 #C6C73C is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 199 60 -
CMYK 0.01 0 0.70 0.22
HSL 60.43º 0.55% 0.51% -
HSV(B) 60.43º 0.7% 0.78% -
XYZ 44.53 53.18 12.19 -
YUV 182.86 58.67 138.8 -
System Red Green Blue C M Y K H S L
Decimal 198 199 60 0.01 0 0.70 0.22 60.43 0.55 0.51
Hex C6 C7 3C 1 0 46 16 3C 37 33
Octal 306 307 74 1 0 106 26 74 67 63
Binary 11000110 11000111 111100 1 0 1000110 10110 111100 110111 110011

Color Harmonies of #C6C73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C73C

Black with #C6C73C

Text Example


Text Example

White with #C6C73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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