Html Css Color HEX #BDC85E Wild Willow

📋 copy color: '#BDC85E'

red 189 ◦ green 200 ◦ blue 94

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

Shades of Wild Willow #BDC85E

Tints of Wild Willow #BDC85E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.41%

 BLUE value IS 94 (37.11% from 255) = 19.46%

R = 39.13%
G = 41.41%
B = 19.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#BDC85E (or 0xBDC85E) is known color: Wild Willow. HEX triplet: BD, C8 and 5E. RGB value is (189,200,94). Sum of RGB (Red+Green+Blue) = 189+200+94=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC85E is #4237A1. Grayscale: #B9B9B9. Windows color (decimal): -4339618 or 6211773. OLE color: 6211773.

HSL color Cylindrical-coordinate representation of color #BDC85E: hue angle of 66.23º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDC85E is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 94 -
CMYK 0.06 0 0.53 0.22
HSL 66.23º 0.49% 0.58% -
HSV(B) 66.23º 0.53% 0.78% -
XYZ 43.66 52.94 18.51 -
YUV 184.63 76.86 131.12 -
System Red Green Blue C M Y K H S L
Decimal 189 200 94 0.06 0 0.53 0.22 66.23 0.49 0.58
Hex BD C8 5E 6 0 35 16 42 31 3A
Octal 275 310 136 6 0 65 26 102 61 72
Binary 10111101 11001000 1011110 110 0 110101 10110 1000010 110001 111010

Color Harmonies of #BDC85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC85E

Black with #BDC85E

Text Example


Text Example

White with #BDC85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC85E; }

 p { color: rgb(189,200,94); }

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

background-color css

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

 a { background-color: rgb(189,200,94); }

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

border-color css

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

 span { border-color: rgb(189,200,94); }

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