#BDD65C

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

Shades of Wild Willow #BDD65C

Tints of Wild Willow #BDD65C

Color information

#BDD65C (or 0xBDD65C) is unknown color: approx Wild Willow. HEX triplet: BD, D6 and 5C. RGB value is (189,214,92). Sum of RGB (Red+Green+Blue) = 189+214+92=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD65C is #4229A3. Grayscale: #C1C1C1. Windows color (decimal): -4336036 or 6084285. OLE color: 6084285.

HSL color Cylindrical-coordinate representation of color #BDD65C: hue angle of 72.3º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDD65C is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB18921492-
CMYK0.1200.570.16
HSL72.3º59.8%60%-
HSV(B)72.3º57.01%83.92%-
XYZ46.9659.6819.17-
YUV192.6271.22125.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 214 (83.98% from 255) = 43.23%
BLUE value IS 92 (36.33% from 255) = 18.59%
R=38.18%
G=43.23%
B=18.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189214920.1200.570.1672.359.860
HexBDD65CC03910483c3c
Octal27532613414071201107474
Binary1011110111010110101110011000111001100001001000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD65C; }

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

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

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

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

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

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

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

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