Html Css Color HEX #BDD465 Wild Willow

📋 copy color: '#BDD465'

red 189 ◦ green 212 ◦ blue 101

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

Shades of Wild Willow #BDD465

Tints of Wild Willow #BDD465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.12%

R = 37.65%
G = 42.23%
B = 20.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#BDD465 (or 0xBDD465) is known color: Wild Willow. HEX triplet: BD, D4 and 65. RGB value is (189,212,101). Sum of RGB (Red+Green+Blue) = 189+212+101=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD465 is #422B9A. Grayscale: #C0C0C0. Windows color (decimal): -4336539 or 6673597. OLE color: 6673597.

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

Color convert

RGB 189 212 101 -
CMYK 0.11 0 0.52 0.17
HSL 72.43º 0.56% 0.61% -
HSV(B) 72.43º 0.52% 0.83% -
XYZ 46.88 58.85 21.2 -
YUV 192.47 76.38 125.53 -
System Red Green Blue C M Y K H S L
Decimal 189 212 101 0.11 0 0.52 0.17 72.43 0.56 0.61
Hex BD D4 65 B 0 34 11 48 38 3D
Octal 275 324 145 13 0 64 21 110 70 75
Binary 10111101 11010100 1100101 1011 0 110100 10001 1001000 111000 111101

Color Harmonies of #BDD465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD465

Black with #BDD465

Text Example


Text Example

White with #BDD465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD465; }

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

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

background-color css

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

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

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

border-color css

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

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

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