Html Css Color HEX #BDC87E Pine Glade

📋 copy color: '#BDC87E'

red 189 ◦ green 200 ◦ blue 126

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

Shades of Pine Glade #BDC87E

Tints of Pine Glade #BDC87E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.83%

 BLUE value IS 126 (49.61% from 255) = 24.47%

R = 36.7%
G = 38.83%
B = 24.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#BDC87E (or 0xBDC87E) is known color: Pine Glade. HEX triplet: BD, C8 and 7E. RGB value is (189,200,126). Sum of RGB (Red+Green+Blue) = 189+200+126=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC87E is #423781. Grayscale: #BCBCBC. Windows color (decimal): -4339586 or 8308925. OLE color: 8308925.

HSL color Cylindrical-coordinate representation of color #BDC87E: hue angle of 68.92º 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 #BDC87E is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 126 -
CMYK 0.06 0 0.37 0.22
HSL 68.92º 0.4% 0.64% -
HSV(B) 68.92º 0.37% 0.78% -
XYZ 45.41 53.63 27.7 -
YUV 188.28 92.86 128.52 -
System Red Green Blue C M Y K H S L
Decimal 189 200 126 0.06 0 0.37 0.22 68.92 0.4 0.64
Hex BD C8 7E 6 0 25 16 45 28 40
Octal 275 310 176 6 0 45 26 105 50 100
Binary 10111101 11001000 1111110 110 0 100101 10110 1000101 101000 1000000

Color Harmonies of #BDC87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC87E

Black with #BDC87E

Text Example


Text Example

White with #BDC87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC87E; }

 p { color: rgb(189,200,126); }

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

background-color css

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

 a { background-color: rgb(189,200,126); }

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

border-color css

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

 span { border-color: rgb(189,200,126); }

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