Html Css Color HEX #C0BF5A Wild Willow

📋 copy color: '#C0BF5A'

red 192 ◦ green 191 ◦ blue 90

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

Shades of Wild Willow #C0BF5A

Tints of Wild Willow #C0BF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.03%

R = 40.59%
G = 40.38%
B = 19.03%

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

#C0BF5A (or 0xC0BF5A) is known color: Wild Willow. HEX triplet: C0, BF and 5A. RGB value is (192,191,90). Sum of RGB (Red+Green+Blue) = 192+191+90=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF5A is #3F40A5. Grayscale: #B4B4B4. Windows color (decimal): -4145318 or 5947328. OLE color: 5947328.

HSL color Cylindrical-coordinate representation of color #C0BF5A: hue angle of 59.41º degrees, saturation: 0.45, 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 #C0BF5A is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 90 -
CMYK 0 0.01 0.53 0.25
HSL 59.41º 0.45% 0.55% -
HSV(B) 59.41º 0.53% 0.75% -
XYZ 42.21 49.21 16.95 -
YUV 179.79 77.33 136.71 -
System Red Green Blue C M Y K H S L
Decimal 192 191 90 0 0.01 0.53 0.25 59.41 0.45 0.55
Hex C0 BF 5A 0 1 35 19 3B 2D 37
Octal 300 277 132 0 1 65 31 73 55 67
Binary 11000000 10111111 1011010 0 1 110101 11001 111011 101101 110111

Color Harmonies of #C0BF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF5A

Black with #C0BF5A

Text Example


Text Example

White with #C0BF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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