Html Css Color HEX #C4C53F Wattle

📋 copy color: '#C4C53F'

red 196 ◦ green 197 ◦ blue 63

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

Shades of Wattle #C4C53F

Tints of Wattle #C4C53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.82%

R = 42.98%
G = 43.2%
B = 13.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4C53F (or 0xC4C53F) is known color: Wattle. HEX triplet: C4, C5 and 3F. RGB value is (196,197,63). Sum of RGB (Red+Green+Blue) = 196+197+63=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C53F is #3B3AC0. Grayscale: #B5B5B5. Windows color (decimal): -3881665 or 4179396. OLE color: 4179396.

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

Color convert

RGB 196 197 63 -
CMYK 0.01 0 0.68 0.23
HSL 60.45º 0.54% 0.51% -
HSV(B) 60.45º 0.68% 0.77% -
XYZ 43.63 52.03 12.45 -
YUV 181.43 61.17 138.4 -
System Red Green Blue C M Y K H S L
Decimal 196 197 63 0.01 0 0.68 0.23 60.45 0.54 0.51
Hex C4 C5 3F 1 0 44 17 3C 36 33
Octal 304 305 77 1 0 104 27 74 66 63
Binary 11000100 11000101 111111 1 0 1000100 10111 111100 110110 110011

Color Harmonies of #C4C53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C53F

Black with #C4C53F

Text Example


Text Example

White with #C4C53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C53F; }

 p { color: rgb(196,197,63); }

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

background-color css

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

 a { background-color: rgb(196,197,63); }

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

border-color css

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

 span { border-color: rgb(196,197,63); }

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