Html Css Color HEX #C0BF5F Wild Willow

📋 copy color: '#C0BF5F'

red 192 ◦ green 191 ◦ blue 95

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

Shades of Wild Willow #C0BF5F

Tints of Wild Willow #C0BF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.87%

R = 40.17%
G = 39.96%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0BF5F (or 0xC0BF5F) is known color: Wild Willow. HEX triplet: C0, BF and 5F. RGB value is (192,191,95). Sum of RGB (Red+Green+Blue) = 192+191+95=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF5F is #3F40A0. Grayscale: #B4B4B4. Windows color (decimal): -4145313 or 6275008. OLE color: 6275008.

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

Color convert

RGB 192 191 95 -
CMYK 0 0.01 0.51 0.25
HSL 59.38º 0.43% 0.56% -
HSV(B) 59.38º 0.51% 0.75% -
XYZ 42.43 49.29 18.1 -
YUV 180.36 79.83 136.31 -
System Red Green Blue C M Y K H S L
Decimal 192 191 95 0 0.01 0.51 0.25 59.38 0.43 0.56
Hex C0 BF 5F 0 1 33 19 3B 2B 38
Octal 300 277 137 0 1 63 31 73 53 70
Binary 11000000 10111111 1011111 0 1 110011 11001 111011 101011 111000

Color Harmonies of #C0BF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF5F

Black with #C0BF5F

Text Example


Text Example

White with #C0BF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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