Html Css Color HEX #C6C234 Wattle

📋 copy color: '#C6C234'

red 198 ◦ green 194 ◦ blue 52

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

Shades of Wattle #C6C234

Tints of Wattle #C6C234

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.69%

 BLUE value IS 52 (20.7% from 255) = 11.71%

R = 44.59%
G = 43.69%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C6C234 (or 0xC6C234) is known color: Wattle. HEX triplet: C6, C2 and 34. RGB value is (198,194,52). Sum of RGB (Red+Green+Blue) = 198+194+52=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 52 (20.70% from 255 or 11.71% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C234 is #393DCB. Grayscale: #B3B3B3. Windows color (decimal): -3751372 or 3457734. OLE color: 3457734.

HSL color Cylindrical-coordinate representation of color #C6C234: hue angle of 58.36º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6C234 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 194 52 -
CMYK 0 0.02 0.74 0.22
HSL 58.36º 0.58% 0.49% -
HSV(B) 58.36º 0.74% 0.78% -
XYZ 43.2 50.84 10.78 -
YUV 179.01 56.33 141.55 -
System Red Green Blue C M Y K H S L
Decimal 198 194 52 0 0.02 0.74 0.22 58.36 0.58 0.49
Hex C6 C2 34 0 2 4A 16 3A 3A 31
Octal 306 302 64 0 2 112 26 72 72 61
Binary 11000110 11000010 110100 0 10 1001010 10110 111010 111010 110001

Color Harmonies of #C6C234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C234

Black with #C6C234

Text Example


Text Example

White with #C6C234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C234; }

 p { color: rgb(198,194,52); }

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

background-color css

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

 a { background-color: rgb(198,194,52); }

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

border-color css

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

 span { border-color: rgb(198,194,52); }

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