Html Css Color HEX #BEC965 Wild Willow

📋 copy color: '#BEC965'

red 190 ◦ green 201 ◦ blue 101

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

Shades of Wild Willow #BEC965

Tints of Wild Willow #BEC965

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.85%

 BLUE value IS 101 (39.84% from 255) = 20.53%

R = 38.62%
G = 40.85%
B = 20.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#BEC965 (or 0xBEC965) is known color: Wild Willow. HEX triplet: BE, C9 and 65. RGB value is (190,201,101). Sum of RGB (Red+Green+Blue) = 190+201+101=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC965 is #41369A. Grayscale: #BABABA. Windows color (decimal): -4273819 or 6670782. OLE color: 6670782.

HSL color Cylindrical-coordinate representation of color #BEC965: hue angle of 66.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEC965 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 201 101 -
CMYK 0.05 0 0.50 0.21
HSL 66.6º 0.48% 0.59% -
HSV(B) 66.6º 0.5% 0.79% -
XYZ 44.47 53.66 20.33 -
YUV 186.31 79.86 130.63 -
System Red Green Blue C M Y K H S L
Decimal 190 201 101 0.05 0 0.50 0.21 66.6 0.48 0.59
Hex BE C9 65 5 0 32 15 43 30 3B
Octal 276 311 145 5 0 62 25 103 60 73
Binary 10111110 11001001 1100101 101 0 110010 10101 1000011 110000 111011

Color Harmonies of #BEC965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC965

Black with #BEC965

Text Example


Text Example

White with #BEC965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC965; }

 p { color: rgb(190,201,101); }

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

background-color css

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

 a { background-color: rgb(190,201,101); }

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

border-color css

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

 span { border-color: rgb(190,201,101); }

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