Html Css Color HEX #BDDA6E Wild Willow

📋 copy color: '#BDDA6E'

red 189 ◦ green 218 ◦ blue 110

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

Shades of Wild Willow #BDDA6E

Tints of Wild Willow #BDDA6E

RGB

 RED value IS 189 (74.22% from 255) = 36.56%

 GREEN value IS 218 (85.55% from 255) = 42.17%

 BLUE value IS 110 (43.36% from 255) = 21.28%

R = 36.56%
G = 42.17%
B = 21.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#BDDA6E (or 0xBDDA6E) is known color: Wild Willow. HEX triplet: BD, DA and 6E. RGB value is (189,218,110). Sum of RGB (Red+Green+Blue) = 189+218+110=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA6E is #422591. Grayscale: #C5C5C5. Windows color (decimal): -4334994 or 7264957. OLE color: 7264957.

HSL color Cylindrical-coordinate representation of color #BDDA6E: hue angle of 76.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDDA6E is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 110 -
CMYK 0.13 0 0.50 0.15
HSL 76.11º 0.59% 0.64% -
HSV(B) 76.11º 0.5% 0.85% -
XYZ 48.87 62.09 24.16 -
YUV 197.02 78.89 122.28 -
System Red Green Blue C M Y K H S L
Decimal 189 218 110 0.13 0 0.50 0.15 76.11 0.59 0.64
Hex BD DA 6E D 0 32 F 4C 3B 40
Octal 275 332 156 15 0 62 17 114 73 100
Binary 10111101 11011010 1101110 1101 0 110010 1111 1001100 111011 1000000

Color Harmonies of #BDDA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA6E

Black with #BDDA6E

Text Example


Text Example

White with #BDDA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA6E; }

 p { color: rgb(189,218,110); }

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

background-color css

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

 a { background-color: rgb(189,218,110); }

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

border-color css

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

 span { border-color: rgb(189,218,110); }

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