Html Css Color HEX #BDC15D Wild Willow

📋 copy color: '#BDC15D'

red 189 ◦ green 193 ◦ blue 93

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

Shades of Wild Willow #BDC15D

Tints of Wild Willow #BDC15D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.63%

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

R = 39.79%
G = 40.63%
B = 19.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#BDC15D (or 0xBDC15D) is known color: Wild Willow. HEX triplet: BD, C1 and 5D. RGB value is (189,193,93). Sum of RGB (Red+Green+Blue) = 189+193+93=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC15D is #423EA2. Grayscale: #B4B4B4. Windows color (decimal): -4341411 or 6144445. OLE color: 6144445.

HSL color Cylindrical-coordinate representation of color #BDC15D: hue angle of 62.4º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDC15D is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 93 -
CMYK 0.02 0 0.52 0.24
HSL 62.4º 0.45% 0.56% -
HSV(B) 62.4º 0.52% 0.76% -
XYZ 42.03 49.75 17.74 -
YUV 180.4 78.67 134.13 -
System Red Green Blue C M Y K H S L
Decimal 189 193 93 0.02 0 0.52 0.24 62.4 0.45 0.56
Hex BD C1 5D 2 0 34 18 3E 2D 38
Octal 275 301 135 2 0 64 30 76 55 70
Binary 10111101 11000001 1011101 10 0 110100 11000 111110 101101 111000

Color Harmonies of #BDC15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC15D

Black with #BDC15D

Text Example


Text Example

White with #BDC15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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