#BDC25C

Color #BDC25C Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BDC25C

Tints of Wild Willow #BDC25C

Color information

#BDC25C (or 0xBDC25C) is unknown color: approx Wild Willow. HEX triplet: BD, C2 and 5C. RGB value is (189,194,92). Sum of RGB (Red+Green+Blue) = 189+194+92=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC25C is #423DA3. Grayscale: #B5B5B5. Windows color (decimal): -4341156 or 6079165. OLE color: 6079165.

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

Color convert

RGB18919492-
CMYK0.0300.530.24
HSL62.94º45.54%56.08%-
HSV(B)62.94º52.58%76.08%-
XYZ42.2150.1817.59-
YUV180.8877.84133.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 194 (76.17% from 255) = 40.84%
BLUE value IS 92 (36.33% from 255) = 19.37%
R=39.79%
G=40.84%
B=19.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189194920.0300.530.2462.9445.5456.08
HexBDC25C3035183f2e38
Octal275302134306530775670
Binary1011110111000010101110011011010111000111111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC25C; }

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

 H1.HeaderClassName
 {
   color: #BDC25C;
 }
 .AnyTagClassName
 {
   color: #BDC25C;
 }
</style>
background-color css

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

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

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

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

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

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