Html Css Color HEX #BDC95D Wild Willow

📋 copy color: '#BDC95D'

red 189 ◦ green 201 ◦ blue 93

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

Shades of Wild Willow #BDC95D

Tints of Wild Willow #BDC95D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.61%

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

R = 39.13%
G = 41.61%
B = 19.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#BDC95D (or 0xBDC95D) is known color: Wild Willow. HEX triplet: BD, C9 and 5D. RGB value is (189,201,93). Sum of RGB (Red+Green+Blue) = 189+201+93=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC95D is #4236A2. Grayscale: #B9B9B9. Windows color (decimal): -4339363 or 6146493. OLE color: 6146493.

HSL color Cylindrical-coordinate representation of color #BDC95D: hue angle of 66.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDC95D is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 93 -
CMYK 0.06 0 0.54 0.21
HSL 66.67º 0.5% 0.58% -
HSV(B) 66.67º 0.54% 0.79% -
XYZ 43.85 53.38 18.35 -
YUV 185.1 76.02 130.78 -
System Red Green Blue C M Y K H S L
Decimal 189 201 93 0.06 0 0.54 0.21 66.67 0.5 0.58
Hex BD C9 5D 6 0 36 15 43 32 3A
Octal 275 311 135 6 0 66 25 103 62 72
Binary 10111101 11001001 1011101 110 0 110110 10101 1000011 110010 111010

Color Harmonies of #BDC95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC95D

Black with #BDC95D

Text Example


Text Example

White with #BDC95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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