Html Css Color HEX #C5CA41 Wattle

📋 copy color: '#C5CA41'

red 197 ◦ green 202 ◦ blue 65

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

Shades of Wattle #C5CA41

Tints of Wattle #C5CA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.01%

R = 42.46%
G = 43.53%
B = 14.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C5CA41 (or 0xC5CA41) is known color: Wattle. HEX triplet: C5, CA and 41. RGB value is (197,202,65). Sum of RGB (Red+Green+Blue) = 197+202+65=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CA41 is #3A35BE. Grayscale: #B9B9B9. Windows color (decimal): -3814847 or 4311749. OLE color: 4311749.

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

Color convert

RGB 197 202 65 -
CMYK 0.02 0 0.68 0.21
HSL 62.19º 0.56% 0.52% -
HSV(B) 62.19º 0.68% 0.79% -
XYZ 45.1 54.49 13.14 -
YUV 184.89 60.34 136.64 -
System Red Green Blue C M Y K H S L
Decimal 197 202 65 0.02 0 0.68 0.21 62.19 0.56 0.52
Hex C5 CA 41 2 0 44 15 3E 38 34
Octal 305 312 101 2 0 104 25 76 70 64
Binary 11000101 11001010 1000001 10 0 1000100 10101 111110 111000 110100

Color Harmonies of #C5CA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CA41

Black with #C5CA41

Text Example


Text Example

White with #C5CA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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