Html Css Color HEX #BDD166 Wild Willow

📋 copy color: '#BDD166'

red 189 ◦ green 209 ◦ blue 102

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

Shades of Wild Willow #BDD166

Tints of Wild Willow #BDD166

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.8%

 BLUE value IS 102 (40.23% from 255) = 20.4%

R = 37.8%
G = 41.8%
B = 20.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#BDD166 (or 0xBDD166) is known color: Wild Willow. HEX triplet: BD, D1 and 66. RGB value is (189,209,102). Sum of RGB (Red+Green+Blue) = 189+209+102=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD166 is #422E99. Grayscale: #BFBFBF. Windows color (decimal): -4337306 or 6738365. OLE color: 6738365.

HSL color Cylindrical-coordinate representation of color #BDD166: hue angle of 71.21º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDD166 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 102 -
CMYK 0.10 0 0.51 0.18
HSL 71.21º 0.54% 0.61% -
HSV(B) 71.21º 0.51% 0.82% -
XYZ 46.19 57.38 21.21 -
YUV 190.82 77.87 126.7 -
System Red Green Blue C M Y K H S L
Decimal 189 209 102 0.10 0 0.51 0.18 71.21 0.54 0.61
Hex BD D1 66 A 0 33 12 47 36 3D
Octal 275 321 146 12 0 63 22 107 66 75
Binary 10111101 11010001 1100110 1010 0 110011 10010 1000111 110110 111101

Color Harmonies of #BDD166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD166

Black with #BDD166

Text Example


Text Example

White with #BDD166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD166; }

 p { color: rgb(189,209,102); }

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

background-color css

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

 a { background-color: rgb(189,209,102); }

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

border-color css

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

 span { border-color: rgb(189,209,102); }

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