Html Css Color HEX #BCCC7B Pine Glade

📋 copy color: '#BCCC7B'

red 188 ◦ green 204 ◦ blue 123

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

Shades of Pine Glade #BCCC7B

Tints of Pine Glade #BCCC7B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.61%

 BLUE value IS 123 (48.44% from 255) = 23.88%

R = 36.5%
G = 39.61%
B = 23.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#BCCC7B (or 0xBCCC7B) is known color: Pine Glade. HEX triplet: BC, CC and 7B. RGB value is (188,204,123). Sum of RGB (Red+Green+Blue) = 188+204+123=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC7B is #433384. Grayscale: #BEBEBE. Windows color (decimal): -4404101 or 8113340. OLE color: 8113340.

HSL color Cylindrical-coordinate representation of color #BCCC7B: hue angle of 71.85º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCCC7B is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 123 -
CMYK 0.08 0 0.40 0.2
HSL 71.85º 0.44% 0.64% -
HSV(B) 71.85º 0.4% 0.8% -
XYZ 45.91 55.31 26.99 -
YUV 189.98 90.2 126.59 -
System Red Green Blue C M Y K H S L
Decimal 188 204 123 0.08 0 0.40 0.2 71.85 0.44 0.64
Hex BC CC 7B 8 0 28 14 48 2C 40
Octal 274 314 173 10 0 50 24 110 54 100
Binary 10111100 11001100 1111011 1000 0 101000 10100 1001000 101100 1000000

Color Harmonies of #BCCC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC7B

Black with #BCCC7B

Text Example


Text Example

White with #BCCC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC7B; }

 p { color: rgb(188,204,123); }

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

background-color css

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

 a { background-color: rgb(188,204,123); }

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

border-color css

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

 span { border-color: rgb(188,204,123); }

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