Html Css Color HEX #C4C234 Wattle

📋 copy color: '#C4C234'

red 196 ◦ green 194 ◦ blue 52

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

Shades of Wattle #C4C234

Tints of Wattle #C4C234

RGB

 RED value IS 196 (76.95% from 255) = 44.34%

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

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

R = 44.34%
G = 43.89%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C4C234 (or 0xC4C234) is known color: Wattle. HEX triplet: C4, C2 and 34. RGB value is (196,194,52). Sum of RGB (Red+Green+Blue) = 196+194+52=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C234 is #3B3DCB. Grayscale: #B2B2B2. Windows color (decimal): -3882444 or 3457732. OLE color: 3457732.

HSL color Cylindrical-coordinate representation of color #C4C234: hue angle of 59.17º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4C234 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 194 52 -
CMYK 0 0.01 0.73 0.23
HSL 59.17º 0.58% 0.49% -
HSV(B) 59.17º 0.73% 0.77% -
XYZ 42.68 50.57 10.76 -
YUV 178.41 56.66 140.55 -
System Red Green Blue C M Y K H S L
Decimal 196 194 52 0 0.01 0.73 0.23 59.17 0.58 0.49
Hex C4 C2 34 0 1 49 17 3B 3A 31
Octal 304 302 64 0 1 111 27 73 72 61
Binary 11000100 11000010 110100 0 1 1001001 10111 111011 111010 110001

Color Harmonies of #C4C234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C234

Black with #C4C234

Text Example


Text Example

White with #C4C234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C234; }

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

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

background-color css

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

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

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

border-color css

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

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

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