Html Css Color HEX #BDD06B Wild Willow

📋 copy color: '#BDD06B'

red 189 ◦ green 208 ◦ blue 107

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

Shades of Wild Willow #BDD06B

Tints of Wild Willow #BDD06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.23%

R = 37.5%
G = 41.27%
B = 21.23%

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

#BDD06B (or 0xBDD06B) is known color: Wild Willow. HEX triplet: BD, D0 and 6B. RGB value is (189,208,107). Sum of RGB (Red+Green+Blue) = 189+208+107=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD06B is #422F94. Grayscale: #BFBFBF. Windows color (decimal): -4337557 or 7065789. OLE color: 7065789.

HSL color Cylindrical-coordinate representation of color #BDD06B: hue angle of 71.29º 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 #BDD06B is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 107 -
CMYK 0.09 0 0.49 0.18
HSL 71.29º 0.52% 0.62% -
HSV(B) 71.29º 0.49% 0.82% -
XYZ 46.2 56.99 22.48 -
YUV 190.81 80.71 126.71 -
System Red Green Blue C M Y K H S L
Decimal 189 208 107 0.09 0 0.49 0.18 71.29 0.52 0.62
Hex BD D0 6B 9 0 31 12 47 34 3E
Octal 275 320 153 11 0 61 22 107 64 76
Binary 10111101 11010000 1101011 1001 0 110001 10010 1000111 110100 111110

Color Harmonies of #BDD06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD06B

Black with #BDD06B

Text Example


Text Example

White with #BDD06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD06B; }

 p { color: rgb(189,208,107); }

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

background-color css

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

 a { background-color: rgb(189,208,107); }

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

border-color css

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

 span { border-color: rgb(189,208,107); }

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