Html Css Color HEX #BDD358 Wild Willow

📋 copy color: '#BDD358'

red 189 ◦ green 211 ◦ blue 88

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

Shades of Wild Willow #BDD358

Tints of Wild Willow #BDD358

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.24%

 BLUE value IS 88 (34.77% from 255) = 18.03%

R = 38.73%
G = 43.24%
B = 18.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#BDD358 (or 0xBDD358) is known color: Wild Willow. HEX triplet: BD, D3 and 58. RGB value is (189,211,88). Sum of RGB (Red+Green+Blue) = 189+211+88=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD358 is #422CA7. Grayscale: #BEBEBE. Windows color (decimal): -4336808 or 5821373. OLE color: 5821373.

HSL color Cylindrical-coordinate representation of color #BDD358: hue angle of 70.73º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDD358 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 88 -
CMYK 0.10 0 0.58 0.17
HSL 70.73º 0.58% 0.59% -
HSV(B) 70.73º 0.58% 0.83% -
XYZ 46.04 58.11 18.02 -
YUV 190.4 70.21 127 -
System Red Green Blue C M Y K H S L
Decimal 189 211 88 0.10 0 0.58 0.17 70.73 0.58 0.59
Hex BD D3 58 A 0 3A 11 47 3A 3B
Octal 275 323 130 12 0 72 21 107 72 73
Binary 10111101 11010011 1011000 1010 0 111010 10001 1000111 111010 111011

Color Harmonies of #BDD358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD358

Black with #BDD358

Text Example


Text Example

White with #BDD358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD358; }

 p { color: rgb(189,211,88); }

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

background-color css

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

 a { background-color: rgb(189,211,88); }

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

border-color css

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

 span { border-color: rgb(189,211,88); }

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