Html Css Color HEX #BEBF60 Wild Willow

📋 copy color: '#BEBF60'

red 190 ◦ green 191 ◦ blue 96

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

Shades of Wild Willow #BEBF60

Tints of Wild Willow #BEBF60

RGB

 RED value IS 190 (74.61% from 255) = 39.83%

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

 BLUE value IS 96 (37.89% from 255) = 20.13%

R = 39.83%
G = 40.04%
B = 20.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BEBF60 (or 0xBEBF60) is known color: Wild Willow. HEX triplet: BE, BF and 60. RGB value is (190,191,96). Sum of RGB (Red+Green+Blue) = 190+191+96=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBF60 is #41409F. Grayscale: #B4B4B4. Windows color (decimal): -4276384 or 6340542. OLE color: 6340542.

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

Color convert

RGB 190 191 96 -
CMYK 0.01 0 0.50 0.25
HSL 60.63º 0.43% 0.56% -
HSV(B) 60.63º 0.5% 0.75% -
XYZ 41.98 49.05 18.32 -
YUV 179.87 80.67 135.22 -
System Red Green Blue C M Y K H S L
Decimal 190 191 96 0.01 0 0.50 0.25 60.63 0.43 0.56
Hex BE BF 60 1 0 32 19 3D 2B 38
Octal 276 277 140 1 0 62 31 75 53 70
Binary 10111110 10111111 1100000 1 0 110010 11001 111101 101011 111000

Color Harmonies of #BEBF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBF60

Black with #BEBF60

Text Example


Text Example

White with #BEBF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBF60; }

 p { color: rgb(190,191,96); }

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

background-color css

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

 a { background-color: rgb(190,191,96); }

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

border-color css

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

 span { border-color: rgb(190,191,96); }

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