Html Css Color HEX #BDC27E Pine Glade

📋 copy color: '#BDC27E'

red 189 ◦ green 194 ◦ blue 126

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

Shades of Pine Glade #BDC27E

Tints of Pine Glade #BDC27E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.11%

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

R = 37.13%
G = 38.11%
B = 24.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#BDC27E (or 0xBDC27E) is known color: Pine Glade. HEX triplet: BD, C2 and 7E. RGB value is (189,194,126). Sum of RGB (Red+Green+Blue) = 189+194+126=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC27E is #423D81. Grayscale: #B9B9B9. Windows color (decimal): -4341122 or 8307389. OLE color: 8307389.

HSL color Cylindrical-coordinate representation of color #BDC27E: hue angle of 64.41º degrees, saturation: 0.36, 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 #BDC27E is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 126 -
CMYK 0.03 0 0.35 0.24
HSL 64.41º 0.36% 0.63% -
HSV(B) 64.41º 0.35% 0.76% -
XYZ 44.04 50.91 27.24 -
YUV 184.75 94.84 131.03 -
System Red Green Blue C M Y K H S L
Decimal 189 194 126 0.03 0 0.35 0.24 64.41 0.36 0.63
Hex BD C2 7E 3 0 23 18 40 24 3F
Octal 275 302 176 3 0 43 30 100 44 77
Binary 10111101 11000010 1111110 11 0 100011 11000 1000000 100100 111111

Color Harmonies of #BDC27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC27E

Black with #BDC27E

Text Example


Text Example

White with #BDC27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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