Html Css Color HEX #BDDA6C Wild Willow

📋 copy color: '#BDDA6C'

red 189 ◦ green 218 ◦ blue 108

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

Shades of Wild Willow #BDDA6C

Tints of Wild Willow #BDDA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.97%

R = 36.7%
G = 42.33%
B = 20.97%

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

#BDDA6C (or 0xBDDA6C) is known color: Wild Willow. HEX triplet: BD, DA and 6C. RGB value is (189,218,108). Sum of RGB (Red+Green+Blue) = 189+218+108=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA6C is #422593. Grayscale: #C5C5C5. Windows color (decimal): -4334996 or 7133885. OLE color: 7133885.

HSL color Cylindrical-coordinate representation of color #BDDA6C: hue angle of 75.82º degrees, saturation: 0.6, 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 #BDDA6C is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 108 -
CMYK 0.13 0 0.50 0.15
HSL 75.82º 0.6% 0.64% -
HSV(B) 75.82º 0.5% 0.85% -
XYZ 48.76 62.04 23.59 -
YUV 196.79 77.89 122.44 -
System Red Green Blue C M Y K H S L
Decimal 189 218 108 0.13 0 0.50 0.15 75.82 0.6 0.64
Hex BD DA 6C D 0 32 F 4C 3C 40
Octal 275 332 154 15 0 62 17 114 74 100
Binary 10111101 11011010 1101100 1101 0 110010 1111 1001100 111100 1000000

Color Harmonies of #BDDA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA6C

Black with #BDDA6C

Text Example


Text Example

White with #BDDA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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