Html Css Color HEX #C5CA45 Wattle

📋 copy color: '#C5CA45'

red 197 ◦ green 202 ◦ blue 69

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

Shades of Wattle #C5CA45

Tints of Wattle #C5CA45

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.16%

 BLUE value IS 69 (27.34% from 255) = 14.74%

R = 42.09%
G = 43.16%
B = 14.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C5CA45 (or 0xC5CA45) is known color: Wattle. HEX triplet: C5, CA and 45. RGB value is (197,202,69). Sum of RGB (Red+Green+Blue) = 197+202+69=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 69 (27.34% from 255 or 14.74% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CA45 is #3A35BA. Grayscale: #B9B9B9. Windows color (decimal): -3814843 or 4573893. OLE color: 4573893.

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

Color convert

RGB 197 202 69 -
CMYK 0.02 0 0.66 0.21
HSL 62.26º 0.56% 0.53% -
HSV(B) 62.26º 0.66% 0.79% -
XYZ 45.22 54.54 13.77 -
YUV 185.34 62.34 136.31 -
System Red Green Blue C M Y K H S L
Decimal 197 202 69 0.02 0 0.66 0.21 62.26 0.56 0.53
Hex C5 CA 45 2 0 42 15 3E 38 35
Octal 305 312 105 2 0 102 25 76 70 65
Binary 11000101 11001010 1000101 10 0 1000010 10101 111110 111000 110101

Color Harmonies of #C5CA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CA45

Black with #C5CA45

Text Example


Text Example

White with #C5CA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CA45; }

 p { color: rgb(197,202,69); }

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

background-color css

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

 a { background-color: rgb(197,202,69); }

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

border-color css

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

 span { border-color: rgb(197,202,69); }

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