Html Css Color HEX #BDD362 Wild Willow

📋 copy color: '#BDD362'

red 189 ◦ green 211 ◦ blue 98

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

Shades of Wild Willow #BDD362

Tints of Wild Willow #BDD362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.68%

R = 37.95%
G = 42.37%
B = 19.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#BDD362 (or 0xBDD362) is known color: Wild Willow. HEX triplet: BD, D3 and 62. RGB value is (189,211,98). Sum of RGB (Red+Green+Blue) = 189+211+98=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD362 is #422C9D. Grayscale: #BFBFBF. Windows color (decimal): -4336798 or 6476733. OLE color: 6476733.

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

Color convert

RGB 189 211 98 -
CMYK 0.10 0 0.54 0.17
HSL 71.68º 0.56% 0.61% -
HSV(B) 71.68º 0.54% 0.83% -
XYZ 46.49 58.29 20.36 -
YUV 191.54 75.21 126.19 -
System Red Green Blue C M Y K H S L
Decimal 189 211 98 0.10 0 0.54 0.17 71.68 0.56 0.61
Hex BD D3 62 A 0 36 11 48 38 3D
Octal 275 323 142 12 0 66 21 110 70 75
Binary 10111101 11010011 1100010 1010 0 110110 10001 1001000 111000 111101

Color Harmonies of #BDD362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD362

Black with #BDD362

Text Example


Text Example

White with #BDD362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD362; }

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

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

background-color css

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

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

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

border-color css

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

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

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