Html Css Color HEX #BCCD7B Pine Glade

📋 copy color: '#BCCD7B'

red 188 ◦ green 205 ◦ blue 123

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

Shades of Pine Glade #BCCD7B

Tints of Pine Glade #BCCD7B

RGB

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

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

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

R = 36.43%
G = 39.73%
B = 23.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#BCCD7B (or 0xBCCD7B) is known color: Pine Glade. HEX triplet: BC, CD and 7B. RGB value is (188,205,123). Sum of RGB (Red+Green+Blue) = 188+205+123=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD7B is #433284. Grayscale: #BEBEBE. Windows color (decimal): -4403845 or 8113596. OLE color: 8113596.

HSL color Cylindrical-coordinate representation of color #BCCD7B: hue angle of 72.44º degrees, saturation: 0.45, 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 #BCCD7B is Cyan = 0.08, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 123 -
CMYK 0.08 0 0.4 0.20
HSL 72.44º 0.45% 0.64% -
HSV(B) 72.44º 0.4% 0.8% -
XYZ 46.15 55.78 27.07 -
YUV 190.57 89.87 126.17 -
System Red Green Blue C M Y K H S L
Decimal 188 205 123 0.08 0 0.4 0.20 72.44 0.45 0.64
Hex BC CD 7B 8 0 28 14 48 2D 40
Octal 274 315 173 10 0 50 24 110 55 100
Binary 10111100 11001101 1111011 1000 0 101000 10100 1001000 101101 1000000

Color Harmonies of #BCCD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD7B

Black with #BCCD7B

Text Example


Text Example

White with #BCCD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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