Html Css Color HEX #C0BF5C Wild Willow

📋 copy color: '#C0BF5C'

red 192 ◦ green 191 ◦ blue 92

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

Shades of Wild Willow #C0BF5C

Tints of Wild Willow #C0BF5C

RGB

 RED value IS 192 (75.39% from 255) = 40.42%

 GREEN value IS 191 (75% from 255) = 40.21%

 BLUE value IS 92 (36.33% from 255) = 19.37%

R = 40.42%
G = 40.21%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0BF5C (or 0xC0BF5C) is known color: Wild Willow. HEX triplet: C0, BF and 5C. RGB value is (192,191,92). Sum of RGB (Red+Green+Blue) = 192+191+92=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF5C is #3F40A3. Grayscale: #B4B4B4. Windows color (decimal): -4145316 or 6078400. OLE color: 6078400.

HSL color Cylindrical-coordinate representation of color #C0BF5C: hue angle of 59.4º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0BF5C is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 92 -
CMYK 0 0.01 0.52 0.25
HSL 59.4º 0.44% 0.56% -
HSV(B) 59.4º 0.52% 0.75% -
XYZ 42.3 49.24 17.4 -
YUV 180.01 78.33 136.55 -
System Red Green Blue C M Y K H S L
Decimal 192 191 92 0 0.01 0.52 0.25 59.4 0.44 0.56
Hex C0 BF 5C 0 1 34 19 3B 2C 38
Octal 300 277 134 0 1 64 31 73 54 70
Binary 11000000 10111111 1011100 0 1 110100 11001 111011 101100 111000

Color Harmonies of #C0BF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF5C

Black with #C0BF5C

Text Example


Text Example

White with #C0BF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF5C; }

 p { color: rgb(192,191,92); }

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

background-color css

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

 a { background-color: rgb(192,191,92); }

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

border-color css

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

 span { border-color: rgb(192,191,92); }

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