Html Css Color HEX #BCC38A Pine Glade

📋 copy color: '#BCC38A'

red 188 ◦ green 195 ◦ blue 138

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

Shades of Pine Glade #BCC38A

Tints of Pine Glade #BCC38A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.43%

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

R = 36.08%
G = 37.43%
B = 26.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#BCC38A (or 0xBCC38A) is known color: Pine Glade. HEX triplet: BC, C3 and 8A. RGB value is (188,195,138). Sum of RGB (Red+Green+Blue) = 188+195+138=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC38A is #433C75. Grayscale: #BABABA. Windows color (decimal): -4406390 or 9094076. OLE color: 9094076.

HSL color Cylindrical-coordinate representation of color #BCC38A: hue angle of 67.37º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCC38A is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 138 -
CMYK 0.04 0 0.29 0.24
HSL 67.37º 0.32% 0.65% -
HSV(B) 67.37º 0.29% 0.76% -
XYZ 44.84 51.56 31.63 -
YUV 186.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 188 195 138 0.04 0 0.29 0.24 67.37 0.32 0.65
Hex BC C3 8A 4 0 1D 18 43 20 41
Octal 274 303 212 4 0 35 30 103 40 101
Binary 10111100 11000011 10001010 100 0 11101 11000 1000011 100000 1000001

Color Harmonies of #BCC38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC38A

Black with #BCC38A

Text Example


Text Example

White with #BCC38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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