Html Css Color HEX #BDCD7C Pine Glade

📋 copy color: '#BDCD7C'

red 189 ◦ green 205 ◦ blue 124

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

Shades of Pine Glade #BDCD7C

Tints of Pine Glade #BDCD7C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.58%

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

R = 36.49%
G = 39.58%
B = 23.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#BDCD7C (or 0xBDCD7C) is known color: Pine Glade. HEX triplet: BD, CD and 7C. RGB value is (189,205,124). Sum of RGB (Red+Green+Blue) = 189+205+124=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD7C is #423283. Grayscale: #BFBFBF. Windows color (decimal): -4338308 or 8179133. OLE color: 8179133.

HSL color Cylindrical-coordinate representation of color #BDCD7C: hue angle of 71.85º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDCD7C is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 124 -
CMYK 0.08 0 0.40 0.20
HSL 71.85º 0.45% 0.65% -
HSV(B) 71.85º 0.4% 0.8% -
XYZ 46.46 55.94 27.42 -
YUV 190.98 90.2 126.59 -
System Red Green Blue C M Y K H S L
Decimal 189 205 124 0.08 0 0.40 0.20 71.85 0.45 0.65
Hex BD CD 7C 8 0 28 14 48 2D 41
Octal 275 315 174 10 0 50 24 110 55 101
Binary 10111101 11001101 1111100 1000 0 101000 10100 1001000 101101 1000001

Color Harmonies of #BDCD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD7C

Black with #BDCD7C

Text Example


Text Example

White with #BDCD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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