Html Css Color HEX #BDCD5D Wild Willow

📋 copy color: '#BDCD5D'

red 189 ◦ green 205 ◦ blue 93

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

Shades of Wild Willow #BDCD5D

Tints of Wild Willow #BDCD5D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.09%

 BLUE value IS 93 (36.72% from 255) = 19.1%

R = 38.81%
G = 42.09%
B = 19.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#BDCD5D (or 0xBDCD5D) is known color: Wild Willow. HEX triplet: BD, CD and 5D. RGB value is (189,205,93). Sum of RGB (Red+Green+Blue) = 189+205+93=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD5D is #4232A2. Grayscale: #BBBBBB. Windows color (decimal): -4338339 or 6147517. OLE color: 6147517.

HSL color Cylindrical-coordinate representation of color #BDCD5D: hue angle of 68.57º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDCD5D is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 93 -
CMYK 0.08 0 0.55 0.20
HSL 68.57º 0.53% 0.58% -
HSV(B) 68.57º 0.55% 0.8% -
XYZ 44.79 55.27 18.66 -
YUV 187.45 74.7 129.11 -
System Red Green Blue C M Y K H S L
Decimal 189 205 93 0.08 0 0.55 0.20 68.57 0.53 0.58
Hex BD CD 5D 8 0 37 14 45 35 3A
Octal 275 315 135 10 0 67 24 105 65 72
Binary 10111101 11001101 1011101 1000 0 110111 10100 1000101 110101 111010

Color Harmonies of #BDCD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD5D

Black with #BDCD5D

Text Example


Text Example

White with #BDCD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD5D; }

 p { color: rgb(189,205,93); }

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

background-color css

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

 a { background-color: rgb(189,205,93); }

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

border-color css

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

 span { border-color: rgb(189,205,93); }

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