#BDC77D

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

Shades of Pine Glade #BDC77D

Tints of Pine Glade #BDC77D

Color information

#BDC77D (or 0xBDC77D) is unknown color: approx Pine Glade. HEX triplet: BD, C7 and 7D. RGB value is (189,199,125). Sum of RGB (Red+Green+Blue) = 189+199+125=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC77D is #423882. Grayscale: #BBBBBB. Windows color (decimal): -4339843 or 8243133. OLE color: 8243133.

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

Color convert

RGB189199125-
CMYK0.0500.370.22
HSL68.11º39.78%63.53%-
HSV(B)68.11º37.19%78.04%-
XYZ45.1153.1527.28-
YUV187.5792.69129.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 199 (78.12% from 255) = 38.79%
BLUE value IS 125 (49.22% from 255) = 24.37%
R=36.84%
G=38.79%
B=24.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891991250.0500.370.2268.1139.7863.53
HexBDC77D502516442840
Octal27530717550452610450100
Binary1011110111000111111110110101001011011010001001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC77D; }

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

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

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

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

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

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

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

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