Html Css Color HEX #BDD65B Wild Willow

📋 copy color: '#BDD65B'

red 189 ◦ green 214 ◦ blue 91

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

Shades of Wild Willow #BDD65B

Tints of Wild Willow #BDD65B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.32%

 BLUE value IS 91 (35.94% from 255) = 18.42%

R = 38.26%
G = 43.32%
B = 18.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#BDD65B (or 0xBDD65B) is known color: Wild Willow. HEX triplet: BD, D6 and 5B. RGB value is (189,214,91). Sum of RGB (Red+Green+Blue) = 189+214+91=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD65B is #4229A4. Grayscale: #C0C0C0. Windows color (decimal): -4336037 or 6018749. OLE color: 6018749.

HSL color Cylindrical-coordinate representation of color #BDD65B: hue angle of 72.2º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDD65B is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 91 -
CMYK 0.12 0 0.57 0.16
HSL 72.2º 0.6% 0.6% -
HSV(B) 72.2º 0.57% 0.84% -
XYZ 46.92 59.67 18.94 -
YUV 192.5 70.72 125.5 -
System Red Green Blue C M Y K H S L
Decimal 189 214 91 0.12 0 0.57 0.16 72.2 0.6 0.6
Hex BD D6 5B C 0 39 10 48 3C 3C
Octal 275 326 133 14 0 71 20 110 74 74
Binary 10111101 11010110 1011011 1100 0 111001 10000 1001000 111100 111100

Color Harmonies of #BDD65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD65B

Black with #BDD65B

Text Example


Text Example

White with #BDD65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD65B; }

 p { color: rgb(189,214,91); }

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

background-color css

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

 a { background-color: rgb(189,214,91); }

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

border-color css

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

 span { border-color: rgb(189,214,91); }

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