Html Css Color HEX #BED960 Wild Willow

📋 copy color: '#BED960'

red 190 ◦ green 217 ◦ blue 96

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

Shades of Wild Willow #BED960

Tints of Wild Willow #BED960

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.14%

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

R = 37.77%
G = 43.14%
B = 19.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#BED960 (or 0xBED960) is known color: Wild Willow. HEX triplet: BE, D9 and 60. RGB value is (190,217,96). Sum of RGB (Red+Green+Blue) = 190+217+96=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #BED960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED960 is #41269F. Grayscale: #C3C3C3. Windows color (decimal): -4269728 or 6347198. OLE color: 6347198.

HSL color Cylindrical-coordinate representation of color #BED960: hue angle of 73.39º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BED960 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 217 96 -
CMYK 0.12 0 0.56 0.15
HSL 73.39º 0.61% 0.61% -
HSV(B) 73.39º 0.56% 0.85% -
XYZ 48.16 61.42 20.38 -
YUV 195.13 72.05 124.34 -
System Red Green Blue C M Y K H S L
Decimal 190 217 96 0.12 0 0.56 0.15 73.39 0.61 0.61
Hex BE D9 60 C 0 38 F 49 3D 3D
Octal 276 331 140 14 0 70 17 111 75 75
Binary 10111110 11011001 1100000 1100 0 111000 1111 1001001 111101 111101

Color Harmonies of #BED960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED960

Black with #BED960

Text Example


Text Example

White with #BED960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED960; }

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

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

background-color css

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

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

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

border-color css

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

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

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