Html Css Color HEX #BEC962 Wild Willow

📋 copy color: '#BEC962'

red 190 ◦ green 201 ◦ blue 98

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

Shades of Wild Willow #BEC962

Tints of Wild Willow #BEC962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.04%

R = 38.85%
G = 41.1%
B = 20.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#BEC962 (or 0xBEC962) is known color: Wild Willow. HEX triplet: BE, C9 and 62. RGB value is (190,201,98). Sum of RGB (Red+Green+Blue) = 190+201+98=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 98 (38.67% from 255 or 20.04% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC962 is #41369D. Grayscale: #BABABA. Windows color (decimal): -4273822 or 6474174. OLE color: 6474174.

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

Color convert

RGB 190 201 98 -
CMYK 0.05 0 0.51 0.21
HSL 66.41º 0.49% 0.59% -
HSV(B) 66.41º 0.51% 0.79% -
XYZ 44.33 53.6 19.57 -
YUV 185.97 78.36 130.88 -
System Red Green Blue C M Y K H S L
Decimal 190 201 98 0.05 0 0.51 0.21 66.41 0.49 0.59
Hex BE C9 62 5 0 33 15 42 31 3B
Octal 276 311 142 5 0 63 25 102 61 73
Binary 10111110 11001001 1100010 101 0 110011 10101 1000010 110001 111011

Color Harmonies of #BEC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC962

Black with #BEC962

Text Example


Text Example

White with #BEC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC962; }

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

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

background-color css

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

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

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

border-color css

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

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

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