Html Css Color HEX #BDD272 Wild Willow

📋 copy color: '#BDD272'

red 189 ◦ green 210 ◦ blue 114

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

Shades of Wild Willow #BDD272

Tints of Wild Willow #BDD272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.22%

R = 36.84%
G = 40.94%
B = 22.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#BDD272 (or 0xBDD272) is known color: Wild Willow. HEX triplet: BD, D2 and 72. RGB value is (189,210,114). Sum of RGB (Red+Green+Blue) = 189+210+114=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD272 is #422D8D. Grayscale: #C1C1C1. Windows color (decimal): -4337038 or 7525053. OLE color: 7525053.

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

Color convert

RGB 189 210 114 -
CMYK 0.10 0 0.46 0.18
HSL 73.13º 0.52% 0.64% -
HSV(B) 73.13º 0.46% 0.82% -
XYZ 47.07 58.13 24.66 -
YUV 192.78 83.54 125.31 -
System Red Green Blue C M Y K H S L
Decimal 189 210 114 0.10 0 0.46 0.18 73.13 0.52 0.64
Hex BD D2 72 A 0 2E 12 49 34 40
Octal 275 322 162 12 0 56 22 111 64 100
Binary 10111101 11010010 1110010 1010 0 101110 10010 1001001 110100 1000000

Color Harmonies of #BDD272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD272

Black with #BDD272

Text Example


Text Example

White with #BDD272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD272; }

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

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

background-color css

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

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

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

border-color css

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

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

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