Html Css Color HEX #BDD15C Wild Willow

📋 copy color: '#BDD15C'

red 189 ◦ green 209 ◦ blue 92

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

Shades of Wild Willow #BDD15C

Tints of Wild Willow #BDD15C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.65%

 BLUE value IS 92 (36.33% from 255) = 18.78%

R = 38.57%
G = 42.65%
B = 18.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#BDD15C (or 0xBDD15C) is known color: Wild Willow. HEX triplet: BD, D1 and 5C. RGB value is (189,209,92). Sum of RGB (Red+Green+Blue) = 189+209+92=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD15C is #422EA3. Grayscale: #BEBEBE. Windows color (decimal): -4337316 or 6083005. OLE color: 6083005.

HSL color Cylindrical-coordinate representation of color #BDD15C: hue angle of 70.26º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDD15C is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 92 -
CMYK 0.10 0 0.56 0.18
HSL 70.26º 0.56% 0.59% -
HSV(B) 70.26º 0.56% 0.82% -
XYZ 45.72 57.19 18.75 -
YUV 189.68 72.87 127.51 -
System Red Green Blue C M Y K H S L
Decimal 189 209 92 0.10 0 0.56 0.18 70.26 0.56 0.59
Hex BD D1 5C A 0 38 12 46 38 3B
Octal 275 321 134 12 0 70 22 106 70 73
Binary 10111101 11010001 1011100 1010 0 111000 10010 1000110 111000 111011

Color Harmonies of #BDD15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD15C

Black with #BDD15C

Text Example


Text Example

White with #BDD15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD15C; }

 p { color: rgb(189,209,92); }

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

background-color css

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

 a { background-color: rgb(189,209,92); }

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

border-color css

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

 span { border-color: rgb(189,209,92); }

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