Html Css Color HEX #BDD052 Wild Willow

📋 copy color: '#BDD052'

red 189 ◦ green 208 ◦ blue 82

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

Shades of Wild Willow #BDD052

Tints of Wild Willow #BDD052

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.42%

 BLUE value IS 82 (32.42% from 255) = 17.12%

R = 39.46%
G = 43.42%
B = 17.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#BDD052 (or 0xBDD052) is known color: Wild Willow. HEX triplet: BD, D0 and 52. RGB value is (189,208,82). Sum of RGB (Red+Green+Blue) = 189+208+82=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD052 is #422FAD. Grayscale: #BCBCBC. Windows color (decimal): -4337582 or 5427389. OLE color: 5427389.

HSL color Cylindrical-coordinate representation of color #BDD052: hue angle of 69.05º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDD052 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 82 -
CMYK 0.09 0 0.61 0.18
HSL 69.05º 0.57% 0.57% -
HSV(B) 69.05º 0.61% 0.82% -
XYZ 45.07 56.54 16.52 -
YUV 187.96 68.21 128.75 -
System Red Green Blue C M Y K H S L
Decimal 189 208 82 0.09 0 0.61 0.18 69.05 0.57 0.57
Hex BD D0 52 9 0 3D 12 45 39 39
Octal 275 320 122 11 0 75 22 105 71 71
Binary 10111101 11010000 1010010 1001 0 111101 10010 1000101 111001 111001

Color Harmonies of #BDD052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD052

Black with #BDD052

Text Example


Text Example

White with #BDD052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD052; }

 p { color: rgb(189,208,82); }

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

background-color css

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

 a { background-color: rgb(189,208,82); }

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

border-color css

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

 span { border-color: rgb(189,208,82); }

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