Html Css Color HEX #BCC58A Pine Glade

📋 copy color: '#BCC58A'

red 188 ◦ green 197 ◦ blue 138

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

Shades of Pine Glade #BCC58A

Tints of Pine Glade #BCC58A

RGB

 RED value IS 188 (73.83% from 255) = 35.95%

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

 BLUE value IS 138 (54.3% from 255) = 26.39%

R = 35.95%
G = 37.67%
B = 26.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#BCC58A (or 0xBCC58A) is known color: Pine Glade. HEX triplet: BC, C5 and 8A. RGB value is (188,197,138). Sum of RGB (Red+Green+Blue) = 188+197+138=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC58A is #433A75. Grayscale: #BBBBBB. Windows color (decimal): -4405878 or 9094588. OLE color: 9094588.

HSL color Cylindrical-coordinate representation of color #BCC58A: hue angle of 69.15º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCC58A is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 138 -
CMYK 0.05 0 0.30 0.23
HSL 69.15º 0.34% 0.66% -
HSV(B) 69.15º 0.3% 0.77% -
XYZ 45.29 52.46 31.78 -
YUV 187.58 100.02 128.3 -
System Red Green Blue C M Y K H S L
Decimal 188 197 138 0.05 0 0.30 0.23 69.15 0.34 0.66
Hex BC C5 8A 5 0 1E 17 45 22 42
Octal 274 305 212 5 0 36 27 105 42 102
Binary 10111100 11000101 10001010 101 0 11110 10111 1000101 100010 1000010

Color Harmonies of #BCC58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC58A

Black with #BCC58A

Text Example


Text Example

White with #BCC58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC58A; }

 p { color: rgb(188,197,138); }

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

background-color css

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

 a { background-color: rgb(188,197,138); }

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

border-color css

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

 span { border-color: rgb(188,197,138); }

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