Html Css Color HEX #C5C15B Wild Willow

📋 copy color: '#C5C15B'

red 197 ◦ green 193 ◦ blue 91

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

Shades of Wild Willow #C5C15B

Tints of Wild Willow #C5C15B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.12%

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

R = 40.96%
G = 40.12%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5C15B (or 0xC5C15B) is known color: Wild Willow. HEX triplet: C5, C1 and 5B. RGB value is (197,193,91). Sum of RGB (Red+Green+Blue) = 197+193+91=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C15B is #3A3EA4. Grayscale: #B6B6B6. Windows color (decimal): -3817125 or 6013381. OLE color: 6013381.

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

Color convert

RGB 197 193 91 -
CMYK 0 0.02 0.54 0.23
HSL 57.74º 0.48% 0.56% -
HSV(B) 57.74º 0.54% 0.77% -
XYZ 43.98 50.77 17.38 -
YUV 182.57 76.33 138.29 -
System Red Green Blue C M Y K H S L
Decimal 197 193 91 0 0.02 0.54 0.23 57.74 0.48 0.56
Hex C5 C1 5B 0 2 36 17 3A 30 38
Octal 305 301 133 0 2 66 27 72 60 70
Binary 11000101 11000001 1011011 0 10 110110 10111 111010 110000 111000

Color Harmonies of #C5C15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C15B

Black with #C5C15B

Text Example


Text Example

White with #C5C15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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