Html Css Color HEX #C6C538 Wattle

📋 copy color: '#C6C538'

red 198 ◦ green 197 ◦ blue 56

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

Shades of Wattle #C6C538

Tints of Wattle #C6C538

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.68%

 BLUE value IS 56 (22.27% from 255) = 12.42%

R = 43.9%
G = 43.68%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C6C538 (or 0xC6C538) is known color: Wattle. HEX triplet: C6, C5 and 38. RGB value is (198,197,56). Sum of RGB (Red+Green+Blue) = 198+197+56=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 56 (22.27% from 255 or 12.42% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C538 is #393AC7. Grayscale: #B5B5B5. Windows color (decimal): -3750600 or 3720646. OLE color: 3720646.

HSL color Cylindrical-coordinate representation of color #C6C538: hue angle of 59.58º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6C538 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 197 56 -
CMYK 0 0.01 0.72 0.22
HSL 59.58º 0.56% 0.5% -
HSV(B) 59.58º 0.72% 0.78% -
XYZ 43.97 52.22 11.5 -
YUV 181.23 57.33 139.96 -
System Red Green Blue C M Y K H S L
Decimal 198 197 56 0 0.01 0.72 0.22 59.58 0.56 0.5
Hex C6 C5 38 0 1 48 16 3C 38 32
Octal 306 305 70 0 1 110 26 74 70 62
Binary 11000110 11000101 111000 0 1 1001000 10110 111100 111000 110010

Color Harmonies of #C6C538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C538

Black with #C6C538

Text Example


Text Example

White with #C6C538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C538; }

 p { color: rgb(198,197,56); }

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

background-color css

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

 a { background-color: rgb(198,197,56); }

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

border-color css

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

 span { border-color: rgb(198,197,56); }

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