Html Css Color HEX #BCCD75 Pine Glade

📋 copy color: '#BCCD75'

red 188 ◦ green 205 ◦ blue 117

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

Shades of Pine Glade #BCCD75

Tints of Pine Glade #BCCD75

RGB

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

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

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

R = 36.86%
G = 40.2%
B = 22.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#BCCD75 (or 0xBCCD75) is known color: Pine Glade. HEX triplet: BC, CD and 75. RGB value is (188,205,117). Sum of RGB (Red+Green+Blue) = 188+205+117=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD75 is #43328A. Grayscale: #BEBEBE. Windows color (decimal): -4403851 or 7720380. OLE color: 7720380.

HSL color Cylindrical-coordinate representation of color #BCCD75: hue angle of 71.59º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCCD75 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 117 -
CMYK 0.08 0 0.43 0.20
HSL 71.59º 0.47% 0.63% -
HSV(B) 71.59º 0.43% 0.8% -
XYZ 45.78 55.64 25.16 -
YUV 189.89 86.87 126.66 -
System Red Green Blue C M Y K H S L
Decimal 188 205 117 0.08 0 0.43 0.20 71.59 0.47 0.63
Hex BC CD 75 8 0 2B 14 48 2F 3F
Octal 274 315 165 10 0 53 24 110 57 77
Binary 10111100 11001101 1110101 1000 0 101011 10100 1001000 101111 111111

Color Harmonies of #BCCD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD75

Black with #BCCD75

Text Example


Text Example

White with #BCCD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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