Html Css Color HEX #BDD572 Wild Willow

📋 copy color: '#BDD572'

red 189 ◦ green 213 ◦ blue 114

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

Shades of Wild Willow #BDD572

Tints of Wild Willow #BDD572

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.28%

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

R = 36.63%
G = 41.28%
B = 22.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#BDD572 (or 0xBDD572) is known color: Wild Willow. HEX triplet: BD, D5 and 72. RGB value is (189,213,114). Sum of RGB (Red+Green+Blue) = 189+213+114=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD572 is #422A8D. Grayscale: #C2C2C2. Windows color (decimal): -4336270 or 7525821. OLE color: 7525821.

HSL color Cylindrical-coordinate representation of color #BDD572: hue angle of 74.55º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDD572 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 114 -
CMYK 0.11 0 0.46 0.16
HSL 74.55º 0.54% 0.64% -
HSV(B) 74.55º 0.46% 0.84% -
XYZ 47.82 59.62 24.91 -
YUV 194.54 82.55 124.05 -
System Red Green Blue C M Y K H S L
Decimal 189 213 114 0.11 0 0.46 0.16 74.55 0.54 0.64
Hex BD D5 72 B 0 2E 10 4B 36 40
Octal 275 325 162 13 0 56 20 113 66 100
Binary 10111101 11010101 1110010 1011 0 101110 10000 1001011 110110 1000000

Color Harmonies of #BDD572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD572

Black with #BDD572

Text Example


Text Example

White with #BDD572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD572; }

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

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

background-color css

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

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

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

border-color css

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

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

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