Html Css Color HEX #BDD462 Wild Willow

📋 copy color: '#BDD462'

red 189 ◦ green 212 ◦ blue 98

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

Shades of Wild Willow #BDD462

Tints of Wild Willow #BDD462

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.48%

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

R = 37.88%
G = 42.48%
B = 19.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#BDD462 (or 0xBDD462) is known color: Wild Willow. HEX triplet: BD, D4 and 62. RGB value is (189,212,98). Sum of RGB (Red+Green+Blue) = 189+212+98=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD462 is #422B9D. Grayscale: #C0C0C0. Windows color (decimal): -4336542 or 6476989. OLE color: 6476989.

HSL color Cylindrical-coordinate representation of color #BDD462: hue angle of 72.11º degrees, saturation: 0.57, 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 #BDD462 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 98 -
CMYK 0.11 0 0.54 0.17
HSL 72.11º 0.57% 0.61% -
HSV(B) 72.11º 0.54% 0.83% -
XYZ 46.73 58.79 20.44 -
YUV 192.13 74.88 125.77 -
System Red Green Blue C M Y K H S L
Decimal 189 212 98 0.11 0 0.54 0.17 72.11 0.57 0.61
Hex BD D4 62 B 0 36 11 48 39 3D
Octal 275 324 142 13 0 66 21 110 71 75
Binary 10111101 11010100 1100010 1011 0 110110 10001 1001000 111001 111101

Color Harmonies of #BDD462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD462

Black with #BDD462

Text Example


Text Example

White with #BDD462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD462; }

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

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

background-color css

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

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

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

border-color css

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

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

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