#BDC771

Color #BDC771 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BDC771

Tints of Pine Glade #BDC771

Color information

#BDC771 (or 0xBDC771) is unknown color: approx Pine Glade. HEX triplet: BD, C7 and 71. RGB value is (189,199,113). Sum of RGB (Red+Green+Blue) = 189+199+113=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC771 is #42388E. Grayscale: #BABABA. Windows color (decimal): -4339855 or 7456701. OLE color: 7456701.

HSL color Cylindrical-coordinate representation of color #BDC771: hue angle of 66.98º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDC771 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB189199113-
CMYK0.0500.430.22
HSL66.98º43.43%61.18%-
HSV(B)66.98º43.22%78.04%-
XYZ44.3952.8623.49-
YUV186.2186.69129.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 199 (78.12% from 255) = 39.72%
BLUE value IS 113 (44.53% from 255) = 22.55%
R=37.72%
G=39.72%
B=22.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891991130.0500.430.2266.9843.4361.18
HexBDC771502B16432b3d
Octal2753071615053261035375
Binary101111011100011111100011010101011101101000011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC771; }

 p { color: rgb(189,199,113); }

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

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

 a { background-color: rgb(189,199,113); }

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

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

 span { border-color: rgb(189,199,113); }

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