Html Css Color HEX #BDDA6B Wild Willow

📋 copy color: '#BDDA6B'

red 189 ◦ green 218 ◦ blue 107

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

Shades of Wild Willow #BDDA6B

Tints of Wild Willow #BDDA6B

RGB

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

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

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

R = 36.77%
G = 42.41%
B = 20.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#BDDA6B (or 0xBDDA6B) is known color: Wild Willow. HEX triplet: BD, DA and 6B. RGB value is (189,218,107). Sum of RGB (Red+Green+Blue) = 189+218+107=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA6B is #422594. Grayscale: #C5C5C5. Windows color (decimal): -4334997 or 7068349. OLE color: 7068349.

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

Color convert

RGB 189 218 107 -
CMYK 0.13 0 0.51 0.15
HSL 75.68º 0.6% 0.64% -
HSV(B) 75.68º 0.51% 0.85% -
XYZ 48.71 62.02 23.31 -
YUV 196.68 77.39 122.53 -
System Red Green Blue C M Y K H S L
Decimal 189 218 107 0.13 0 0.51 0.15 75.68 0.6 0.64
Hex BD DA 6B D 0 33 F 4C 3C 40
Octal 275 332 153 15 0 63 17 114 74 100
Binary 10111101 11011010 1101011 1101 0 110011 1111 1001100 111100 1000000

Color Harmonies of #BDDA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA6B

Black with #BDDA6B

Text Example


Text Example

White with #BDDA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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