Html Css Color HEX #BDD055 Wild Willow

📋 copy color: '#BDD055'

red 189 ◦ green 208 ◦ blue 85

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

Shades of Wild Willow #BDD055

Tints of Wild Willow #BDD055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.63%

R = 39.21%
G = 43.15%
B = 17.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#BDD055 (or 0xBDD055) is known color: Wild Willow. HEX triplet: BD, D0 and 55. RGB value is (189,208,85). Sum of RGB (Red+Green+Blue) = 189+208+85=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD055 is #422FAA. Grayscale: #BCBCBC. Windows color (decimal): -4337579 or 5623997. OLE color: 5623997.

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

Color convert

RGB 189 208 85 -
CMYK 0.09 0 0.59 0.18
HSL 69.27º 0.57% 0.57% -
HSV(B) 69.27º 0.59% 0.82% -
XYZ 45.18 56.59 17.14 -
YUV 188.3 69.71 128.5 -
System Red Green Blue C M Y K H S L
Decimal 189 208 85 0.09 0 0.59 0.18 69.27 0.57 0.57
Hex BD D0 55 9 0 3B 12 45 39 39
Octal 275 320 125 11 0 73 22 105 71 71
Binary 10111101 11010000 1010101 1001 0 111011 10010 1000101 111001 111001

Color Harmonies of #BDD055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD055

Black with #BDD055

Text Example


Text Example

White with #BDD055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD055; }

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

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

background-color css

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

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

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

border-color css

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

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

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