Html Css Color HEX #BDC97C Pine Glade

📋 copy color: '#BDC97C'

red 189 ◦ green 201 ◦ blue 124

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

Shades of Pine Glade #BDC97C

Tints of Pine Glade #BDC97C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.11%

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

R = 36.77%
G = 39.11%
B = 24.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#BDC97C (or 0xBDC97C) is known color: Pine Glade. HEX triplet: BD, C9 and 7C. RGB value is (189,201,124). Sum of RGB (Red+Green+Blue) = 189+201+124=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC97C is #423683. Grayscale: #BCBCBC. Windows color (decimal): -4339332 or 8178109. OLE color: 8178109.

HSL color Cylindrical-coordinate representation of color #BDC97C: hue angle of 69.35º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDC97C is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 124 -
CMYK 0.06 0 0.38 0.21
HSL 69.35º 0.42% 0.64% -
HSV(B) 69.35º 0.38% 0.79% -
XYZ 45.51 54.05 27.1 -
YUV 188.63 91.52 128.26 -
System Red Green Blue C M Y K H S L
Decimal 189 201 124 0.06 0 0.38 0.21 69.35 0.42 0.64
Hex BD C9 7C 6 0 26 15 45 2A 40
Octal 275 311 174 6 0 46 25 105 52 100
Binary 10111101 11001001 1111100 110 0 100110 10101 1000101 101010 1000000

Color Harmonies of #BDC97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC97C

Black with #BDC97C

Text Example


Text Example

White with #BDC97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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