Html Css Color HEX #C4C235 Wattle

📋 copy color: '#C4C235'

red 196 ◦ green 194 ◦ blue 53

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

Shades of Wattle #C4C235

Tints of Wattle #C4C235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.96%

R = 44.24%
G = 43.79%
B = 11.96%

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

#C4C235 (or 0xC4C235) is known color: Wattle. HEX triplet: C4, C2 and 35. RGB value is (196,194,53). Sum of RGB (Red+Green+Blue) = 196+194+53=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 53 (21.09% from 255 or 11.96% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C235 is #3B3DCA. Grayscale: #B3B3B3. Windows color (decimal): -3882443 or 3523268. OLE color: 3523268.

HSL color Cylindrical-coordinate representation of color #C4C235: hue angle of 59.16º degrees, saturation: 0.57, 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 #C4C235 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 194 53 -
CMYK 0 0.01 0.73 0.23
HSL 59.16º 0.57% 0.49% -
HSV(B) 59.16º 0.73% 0.77% -
XYZ 42.7 50.58 10.88 -
YUV 178.52 57.16 140.46 -
System Red Green Blue C M Y K H S L
Decimal 196 194 53 0 0.01 0.73 0.23 59.16 0.57 0.49
Hex C4 C2 35 0 1 49 17 3B 39 31
Octal 304 302 65 0 1 111 27 73 71 61
Binary 11000100 11000010 110101 0 1 1001001 10111 111011 111001 110001

Color Harmonies of #C4C235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C235

Black with #C4C235

Text Example


Text Example

White with #C4C235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C235; }

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

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

background-color css

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

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

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

border-color css

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

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

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