Html Css Color HEX #BED06A Wild Willow

📋 copy color: '#BED06A'

red 190 ◦ green 208 ◦ blue 106

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

Shades of Wild Willow #BED06A

Tints of Wild Willow #BED06A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.27%

 BLUE value IS 106 (41.8% from 255) = 21.03%

R = 37.7%
G = 41.27%
B = 21.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#BED06A (or 0xBED06A) is known color: Wild Willow. HEX triplet: BE, D0 and 6A. RGB value is (190,208,106). Sum of RGB (Red+Green+Blue) = 190+208+106=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #BED06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED06A is #412F95. Grayscale: #BFBFBF. Windows color (decimal): -4272022 or 7000254. OLE color: 7000254.

HSL color Cylindrical-coordinate representation of color #BED06A: hue angle of 70.59º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BED06A is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 208 106 -
CMYK 0.09 0 0.49 0.18
HSL 70.59º 0.52% 0.62% -
HSV(B) 70.59º 0.49% 0.82% -
XYZ 46.39 57.1 22.21 -
YUV 190.99 80.04 127.29 -
System Red Green Blue C M Y K H S L
Decimal 190 208 106 0.09 0 0.49 0.18 70.59 0.52 0.62
Hex BE D0 6A 9 0 31 12 47 34 3E
Octal 276 320 152 11 0 61 22 107 64 76
Binary 10111110 11010000 1101010 1001 0 110001 10010 1000111 110100 111110

Color Harmonies of #BED06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED06A

Black with #BED06A

Text Example


Text Example

White with #BED06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED06A; }

 p { color: rgb(190,208,106); }

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

background-color css

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

 a { background-color: rgb(190,208,106); }

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

border-color css

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

 span { border-color: rgb(190,208,106); }

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