Html Css Color HEX #C5C35B Wild Willow

📋 copy color: '#C5C35B'

red 197 ◦ green 195 ◦ blue 91

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

Shades of Wild Willow #C5C35B

Tints of Wild Willow #C5C35B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.37%

 BLUE value IS 91 (35.94% from 255) = 18.84%

R = 40.79%
G = 40.37%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5C35B (or 0xC5C35B) is known color: Wild Willow. HEX triplet: C5, C3 and 5B. RGB value is (197,195,91). Sum of RGB (Red+Green+Blue) = 197+195+91=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C35B is #3A3CA4. Grayscale: #B8B8B8. Windows color (decimal): -3816613 or 6013893. OLE color: 6013893.

HSL color Cylindrical-coordinate representation of color #C5C35B: hue angle of 58.87º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5C35B is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 195 91 -
CMYK 0 0.01 0.54 0.23
HSL 58.87º 0.48% 0.56% -
HSV(B) 58.87º 0.54% 0.77% -
XYZ 44.43 51.66 17.53 -
YUV 183.74 75.66 137.46 -
System Red Green Blue C M Y K H S L
Decimal 197 195 91 0 0.01 0.54 0.23 58.87 0.48 0.56
Hex C5 C3 5B 0 1 36 17 3B 30 38
Octal 305 303 133 0 1 66 27 73 60 70
Binary 11000101 11000011 1011011 0 1 110110 10111 111011 110000 111000

Color Harmonies of #C5C35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C35B

Black with #C5C35B

Text Example


Text Example

White with #C5C35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C35B; }

 p { color: rgb(197,195,91); }

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

background-color css

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

 a { background-color: rgb(197,195,91); }

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

border-color css

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

 span { border-color: rgb(197,195,91); }

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