Html Css Color HEX #BDD275 Wild Willow

📋 copy color: '#BDD275'

red 189 ◦ green 210 ◦ blue 117

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

Shades of Wild Willow #BDD275

Tints of Wild Willow #BDD275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.67%

R = 36.63%
G = 40.7%
B = 22.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#BDD275 (or 0xBDD275) is known color: Wild Willow. HEX triplet: BD, D2 and 75. RGB value is (189,210,117). Sum of RGB (Red+Green+Blue) = 189+210+117=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD275 is #422D8A. Grayscale: #C1C1C1. Windows color (decimal): -4337035 or 7721661. OLE color: 7721661.

HSL color Cylindrical-coordinate representation of color #BDD275: hue angle of 73.55º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDD275 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 117 -
CMYK 0.10 0 0.44 0.18
HSL 73.55º 0.51% 0.64% -
HSV(B) 73.55º 0.44% 0.82% -
XYZ 47.24 58.2 25.57 -
YUV 193.12 85.04 125.06 -
System Red Green Blue C M Y K H S L
Decimal 189 210 117 0.10 0 0.44 0.18 73.55 0.51 0.64
Hex BD D2 75 A 0 2C 12 4A 33 40
Octal 275 322 165 12 0 54 22 112 63 100
Binary 10111101 11010010 1110101 1010 0 101100 10010 1001010 110011 1000000

Color Harmonies of #BDD275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD275

Black with #BDD275

Text Example


Text Example

White with #BDD275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD275; }

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

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

background-color css

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

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

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

border-color css

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

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

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