Html Css Color HEX #C1BF5B Wild Willow

📋 copy color: '#C1BF5B'

red 193 ◦ green 191 ◦ blue 91

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

Shades of Wild Willow #C1BF5B

Tints of Wild Willow #C1BF5B

RGB

 RED value IS 193 (75.78% from 255) = 40.63%

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

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

R = 40.63%
G = 40.21%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1BF5B (or 0xC1BF5B) is known color: Wild Willow. HEX triplet: C1, BF and 5B. RGB value is (193,191,91). Sum of RGB (Red+Green+Blue) = 193+191+91=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BF5B is #3E40A4. Grayscale: #B4B4B4. Windows color (decimal): -4079781 or 6012865. OLE color: 6012865.

HSL color Cylindrical-coordinate representation of color #C1BF5B: hue angle of 58.82º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1BF5B is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 191 91 -
CMYK 0 0.01 0.53 0.24
HSL 58.82º 0.45% 0.56% -
HSV(B) 58.82º 0.53% 0.76% -
XYZ 42.51 49.35 17.18 -
YUV 180.2 77.66 137.13 -
System Red Green Blue C M Y K H S L
Decimal 193 191 91 0 0.01 0.53 0.24 58.82 0.45 0.56
Hex C1 BF 5B 0 1 35 18 3B 2D 38
Octal 301 277 133 0 1 65 30 73 55 70
Binary 11000001 10111111 1011011 0 1 110101 11000 111011 101101 111000

Color Harmonies of #C1BF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BF5B

Black with #C1BF5B

Text Example


Text Example

White with #C1BF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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