Html Css Color HEX #BDC57C Pine Glade

📋 copy color: '#BDC57C'

red 189 ◦ green 197 ◦ blue 124

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

Shades of Pine Glade #BDC57C

Tints of Pine Glade #BDC57C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.63%

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

R = 37.06%
G = 38.63%
B = 24.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#BDC57C (or 0xBDC57C) is known color: Pine Glade. HEX triplet: BD, C5 and 7C. RGB value is (189,197,124). Sum of RGB (Red+Green+Blue) = 189+197+124=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC57C is #423A83. Grayscale: #BABABA. Windows color (decimal): -4340356 or 8177085. OLE color: 8177085.

HSL color Cylindrical-coordinate representation of color #BDC57C: hue angle of 66.58º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDC57C is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 124 -
CMYK 0.04 0 0.37 0.23
HSL 66.58º 0.39% 0.63% -
HSV(B) 66.58º 0.37% 0.77% -
XYZ 44.59 52.21 26.8 -
YUV 186.29 92.85 129.94 -
System Red Green Blue C M Y K H S L
Decimal 189 197 124 0.04 0 0.37 0.23 66.58 0.39 0.63
Hex BD C5 7C 4 0 25 17 43 27 3F
Octal 275 305 174 4 0 45 27 103 47 77
Binary 10111101 11000101 1111100 100 0 100101 10111 1000011 100111 111111

Color Harmonies of #BDC57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC57C

Black with #BDC57C

Text Example


Text Example

White with #BDC57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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