Html Css Color HEX #BDD168 Wild Willow

📋 copy color: '#BDD168'

red 189 ◦ green 209 ◦ blue 104

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

Shades of Wild Willow #BDD168

Tints of Wild Willow #BDD168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.72%

R = 37.65%
G = 41.63%
B = 20.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#BDD168 (or 0xBDD168) is known color: Wild Willow. HEX triplet: BD, D1 and 68. RGB value is (189,209,104). Sum of RGB (Red+Green+Blue) = 189+209+104=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD168 is #422E97. Grayscale: #BFBFBF. Windows color (decimal): -4337304 or 6869437. OLE color: 6869437.

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

Color convert

RGB 189 209 104 -
CMYK 0.10 0 0.50 0.18
HSL 71.43º 0.53% 0.61% -
HSV(B) 71.43º 0.5% 0.82% -
XYZ 46.29 57.42 21.74 -
YUV 191.05 78.87 126.54 -
System Red Green Blue C M Y K H S L
Decimal 189 209 104 0.10 0 0.50 0.18 71.43 0.53 0.61
Hex BD D1 68 A 0 32 12 47 35 3D
Octal 275 321 150 12 0 62 22 107 65 75
Binary 10111101 11010001 1101000 1010 0 110010 10010 1000111 110101 111101

Color Harmonies of #BDD168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD168

Black with #BDD168

Text Example


Text Example

White with #BDD168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD168; }

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

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

background-color css

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

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

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

border-color css

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

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

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