Html Css Color HEX #BDC27C Pine Glade

📋 copy color: '#BDC27C'

red 189 ◦ green 194 ◦ blue 124

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

Shades of Pine Glade #BDC27C

Tints of Pine Glade #BDC27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.46%

R = 37.28%
G = 38.26%
B = 24.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#BDC27C (or 0xBDC27C) is known color: Pine Glade. HEX triplet: BD, C2 and 7C. RGB value is (189,194,124). Sum of RGB (Red+Green+Blue) = 189+194+124=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC27C is #423D83. Grayscale: #B8B8B8. Windows color (decimal): -4341124 or 8176317. OLE color: 8176317.

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

Color convert

RGB 189 194 124 -
CMYK 0.03 0 0.36 0.24
HSL 64.29º 0.36% 0.62% -
HSV(B) 64.29º 0.36% 0.76% -
XYZ 43.92 50.86 26.57 -
YUV 184.53 93.84 131.19 -
System Red Green Blue C M Y K H S L
Decimal 189 194 124 0.03 0 0.36 0.24 64.29 0.36 0.62
Hex BD C2 7C 3 0 24 18 40 24 3E
Octal 275 302 174 3 0 44 30 100 44 76
Binary 10111101 11000010 1111100 11 0 100100 11000 1000000 100100 111110

Color Harmonies of #BDC27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC27C

Black with #BDC27C

Text Example


Text Example

White with #BDC27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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