Html Css Color HEX #C5C93D Wattle

📋 copy color: '#C5C93D'

red 197 ◦ green 201 ◦ blue 61

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

Shades of Wattle #C5C93D

Tints of Wattle #C5C93D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.79%

 BLUE value IS 61 (24.22% from 255) = 13.29%

R = 42.92%
G = 43.79%
B = 13.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C5C93D (or 0xC5C93D) is known color: Wattle. HEX triplet: C5, C9 and 3D. RGB value is (197,201,61). Sum of RGB (Red+Green+Blue) = 197+201+61=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C93D is #3A36C2. Grayscale: #B8B8B8. Windows color (decimal): -3815107 or 4049349. OLE color: 4049349.

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

Color convert

RGB 197 201 61 -
CMYK 0.02 0 0.70 0.21
HSL 61.71º 0.56% 0.51% -
HSV(B) 61.71º 0.7% 0.79% -
XYZ 44.75 53.98 12.48 -
YUV 183.84 58.67 137.38 -
System Red Green Blue C M Y K H S L
Decimal 197 201 61 0.02 0 0.70 0.21 61.71 0.56 0.51
Hex C5 C9 3D 2 0 46 15 3E 38 33
Octal 305 311 75 2 0 106 25 76 70 63
Binary 11000101 11001001 111101 10 0 1000110 10101 111110 111000 110011

Color Harmonies of #C5C93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C93D

Black with #C5C93D

Text Example


Text Example

White with #C5C93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C93D; }

 p { color: rgb(197,201,61); }

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

background-color css

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

 a { background-color: rgb(197,201,61); }

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

border-color css

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

 span { border-color: rgb(197,201,61); }

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