Html Css Color HEX #C5C235 Wattle

📋 copy color: '#C5C235'

red 197 ◦ green 194 ◦ blue 53

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

Shades of Wattle #C5C235

Tints of Wattle #C5C235

RGB

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

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

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

R = 44.37%
G = 43.69%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C5C235 (or 0xC5C235) is known color: Wattle. HEX triplet: C5, C2 and 35. RGB value is (197,194,53). Sum of RGB (Red+Green+Blue) = 197+194+53=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 53 (21.09% from 255 or 11.94% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C235 is #3A3DCA. Grayscale: #B3B3B3. Windows color (decimal): -3816907 or 3523269. OLE color: 3523269.

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

Color convert

RGB 197 194 53 -
CMYK 0 0.02 0.73 0.23
HSL 58.75º 0.58% 0.49% -
HSV(B) 58.75º 0.73% 0.77% -
XYZ 42.96 50.71 10.89 -
YUV 178.82 56.99 140.96 -
System Red Green Blue C M Y K H S L
Decimal 197 194 53 0 0.02 0.73 0.23 58.75 0.58 0.49
Hex C5 C2 35 0 2 49 17 3B 3A 31
Octal 305 302 65 0 2 111 27 73 72 61
Binary 11000101 11000010 110101 0 10 1001001 10111 111011 111010 110001

Color Harmonies of #C5C235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C235

Black with #C5C235

Text Example


Text Example

White with #C5C235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C235; }

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

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

background-color css

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

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

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

border-color css

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

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

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