Html Css Color HEX #C5C242 Wattle

📋 copy color: '#C5C242'

red 197 ◦ green 194 ◦ blue 66

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

Shades of Wattle #C5C242

Tints of Wattle #C5C242

RGB

 RED value IS 197 (77.34% from 255) = 43.11%

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

 BLUE value IS 66 (26.17% from 255) = 14.44%

R = 43.11%
G = 42.45%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C5C242 (or 0xC5C242) is known color: Wattle. HEX triplet: C5, C2 and 42. RGB value is (197,194,66). Sum of RGB (Red+Green+Blue) = 197+194+66=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C242 is #3A3DBD. Grayscale: #B4B4B4. Windows color (decimal): -3816894 or 4375237. OLE color: 4375237.

HSL color Cylindrical-coordinate representation of color #C5C242: hue angle of 58.63º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5C242 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 194 66 -
CMYK 0 0.02 0.66 0.23
HSL 58.63º 0.53% 0.52% -
HSV(B) 58.63º 0.66% 0.77% -
XYZ 43.3 50.85 12.69 -
YUV 180.31 63.49 139.91 -
System Red Green Blue C M Y K H S L
Decimal 197 194 66 0 0.02 0.66 0.23 58.63 0.53 0.52
Hex C5 C2 42 0 2 42 17 3B 35 34
Octal 305 302 102 0 2 102 27 73 65 64
Binary 11000101 11000010 1000010 0 10 1000010 10111 111011 110101 110100

Color Harmonies of #C5C242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C242

Black with #C5C242

Text Example


Text Example

White with #C5C242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C242; }

 p { color: rgb(197,194,66); }

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

background-color css

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

 a { background-color: rgb(197,194,66); }

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

border-color css

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

 span { border-color: rgb(197,194,66); }

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