Html Css Color HEX #C0BF5B Wild Willow

📋 copy color: '#C0BF5B'

red 192 ◦ green 191 ◦ blue 91

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

Shades of Wild Willow #C0BF5B

Tints of Wild Willow #C0BF5B

RGB

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

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

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

R = 40.51%
G = 40.3%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0BF5B (or 0xC0BF5B) is known color: Wild Willow. HEX triplet: C0, BF and 5B. RGB value is (192,191,91). Sum of RGB (Red+Green+Blue) = 192+191+91=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF5B is #3F40A4. Grayscale: #B4B4B4. Windows color (decimal): -4145317 or 6012864. OLE color: 6012864.

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

Color convert

RGB 192 191 91 -
CMYK 0 0.01 0.53 0.25
HSL 59.41º 0.44% 0.55% -
HSV(B) 59.41º 0.53% 0.75% -
XYZ 42.26 49.22 17.17 -
YUV 179.9 77.83 136.63 -
System Red Green Blue C M Y K H S L
Decimal 192 191 91 0 0.01 0.53 0.25 59.41 0.44 0.55
Hex C0 BF 5B 0 1 35 19 3B 2C 37
Octal 300 277 133 0 1 65 31 73 54 67
Binary 11000000 10111111 1011011 0 1 110101 11001 111011 101100 110111

Color Harmonies of #C0BF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF5B

Black with #C0BF5B

Text Example


Text Example

White with #C0BF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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