Html Css Color HEX #BDD26C Wild Willow

📋 copy color: '#BDD26C'

red 189 ◦ green 210 ◦ blue 108

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

Shades of Wild Willow #BDD26C

Tints of Wild Willow #BDD26C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.42%

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

R = 37.28%
G = 41.42%
B = 21.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#BDD26C (or 0xBDD26C) is known color: Wild Willow. HEX triplet: BD, D2 and 6C. RGB value is (189,210,108). Sum of RGB (Red+Green+Blue) = 189+210+108=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD26C is #422D93. Grayscale: #C0C0C0. Windows color (decimal): -4337044 or 7131837. OLE color: 7131837.

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

Color convert

RGB 189 210 108 -
CMYK 0.10 0 0.49 0.18
HSL 72.35º 0.53% 0.62% -
HSV(B) 72.35º 0.49% 0.82% -
XYZ 46.74 57.99 22.92 -
YUV 192.09 80.54 125.79 -
System Red Green Blue C M Y K H S L
Decimal 189 210 108 0.10 0 0.49 0.18 72.35 0.53 0.62
Hex BD D2 6C A 0 31 12 48 35 3E
Octal 275 322 154 12 0 61 22 110 65 76
Binary 10111101 11010010 1101100 1010 0 110001 10010 1001000 110101 111110

Color Harmonies of #BDD26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD26C

Black with #BDD26C

Text Example


Text Example

White with #BDD26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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