Html Css Color HEX #BDC17E Pine Glade

📋 copy color: '#BDC17E'

red 189 ◦ green 193 ◦ blue 126

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

Shades of Pine Glade #BDC17E

Tints of Pine Glade #BDC17E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.99%

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

R = 37.2%
G = 37.99%
B = 24.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#BDC17E (or 0xBDC17E) is known color: Pine Glade. HEX triplet: BD, C1 and 7E. RGB value is (189,193,126). Sum of RGB (Red+Green+Blue) = 189+193+126=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC17E is #423E81. Grayscale: #B8B8B8. Windows color (decimal): -4341378 or 8307133. OLE color: 8307133.

HSL color Cylindrical-coordinate representation of color #BDC17E: hue angle of 63.58º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDC17E is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 126 -
CMYK 0.02 0 0.35 0.24
HSL 63.58º 0.35% 0.63% -
HSV(B) 63.58º 0.35% 0.76% -
XYZ 43.82 50.47 27.17 -
YUV 184.17 95.17 131.45 -
System Red Green Blue C M Y K H S L
Decimal 189 193 126 0.02 0 0.35 0.24 63.58 0.35 0.63
Hex BD C1 7E 2 0 23 18 40 23 3F
Octal 275 301 176 2 0 43 30 100 43 77
Binary 10111101 11000001 1111110 10 0 100011 11000 1000000 100011 111111

Color Harmonies of #BDC17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC17E

Black with #BDC17E

Text Example


Text Example

White with #BDC17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC17E; }

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

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

background-color css

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

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

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

border-color css

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

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

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