Html Css Color HEX #BCCE75 Pine Glade

📋 copy color: '#BCCE75'

red 188 ◦ green 206 ◦ blue 117

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

Shades of Pine Glade #BCCE75

Tints of Pine Glade #BCCE75

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.31%

 BLUE value IS 117 (46.09% from 255) = 22.9%

R = 36.79%
G = 40.31%
B = 22.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#BCCE75 (or 0xBCCE75) is known color: Pine Glade. HEX triplet: BC, CE and 75. RGB value is (188,206,117). Sum of RGB (Red+Green+Blue) = 188+206+117=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCE75 is #43318A. Grayscale: #BEBEBE. Windows color (decimal): -4403595 or 7720636. OLE color: 7720636.

HSL color Cylindrical-coordinate representation of color #BCCE75: hue angle of 72.13º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCCE75 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 206 117 -
CMYK 0.09 0 0.43 0.19
HSL 72.13º 0.48% 0.63% -
HSV(B) 72.13º 0.43% 0.81% -
XYZ 46.02 56.12 25.24 -
YUV 190.47 86.54 126.24 -
System Red Green Blue C M Y K H S L
Decimal 188 206 117 0.09 0 0.43 0.19 72.13 0.48 0.63
Hex BC CE 75 9 0 2B 13 48 30 3F
Octal 274 316 165 11 0 53 23 110 60 77
Binary 10111100 11001110 1110101 1001 0 101011 10011 1001000 110000 111111

Color Harmonies of #BCCE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE75

Black with #BCCE75

Text Example


Text Example

White with #BCCE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE75; }

 p { color: rgb(188,206,117); }

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

background-color css

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

 a { background-color: rgb(188,206,117); }

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

border-color css

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

 span { border-color: rgb(188,206,117); }

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