Html Css Color HEX #C5C05B Wild Willow

📋 copy color: '#C5C05B'

red 197 ◦ green 192 ◦ blue 91

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

Shades of Wild Willow #C5C05B

Tints of Wild Willow #C5C05B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40%

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

R = 41.04%
G = 40%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5C05B (or 0xC5C05B) is known color: Wild Willow. HEX triplet: C5, C0 and 5B. RGB value is (197,192,91). Sum of RGB (Red+Green+Blue) = 197+192+91=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C05B is #3A3FA4. Grayscale: #B6B6B6. Windows color (decimal): -3817381 or 6013125. OLE color: 6013125.

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

Color convert

RGB 197 192 91 -
CMYK 0 0.03 0.54 0.23
HSL 57.17º 0.48% 0.56% -
HSV(B) 57.17º 0.54% 0.77% -
XYZ 43.76 50.32 17.3 -
YUV 181.98 76.66 138.71 -
System Red Green Blue C M Y K H S L
Decimal 197 192 91 0 0.03 0.54 0.23 57.17 0.48 0.56
Hex C5 C0 5B 0 3 36 17 39 30 38
Octal 305 300 133 0 3 66 27 71 60 70
Binary 11000101 11000000 1011011 0 11 110110 10111 111001 110000 111000

Color Harmonies of #C5C05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C05B

Black with #C5C05B

Text Example


Text Example

White with #C5C05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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