Html Css Color HEX #BCCE7A Pine Glade

📋 copy color: '#BCCE7A'

red 188 ◦ green 206 ◦ blue 122

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

Shades of Pine Glade #BCCE7A

Tints of Pine Glade #BCCE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.64%

R = 36.43%
G = 39.92%
B = 23.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#BCCE7A (or 0xBCCE7A) is known color: Pine Glade. HEX triplet: BC, CE and 7A. RGB value is (188,206,122). Sum of RGB (Red+Green+Blue) = 188+206+122=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCE7A is #433185. Grayscale: #BFBFBF. Windows color (decimal): -4403590 or 8048316. OLE color: 8048316.

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

Color convert

RGB 188 206 122 -
CMYK 0.09 0 0.41 0.19
HSL 72.86º 0.46% 0.64% -
HSV(B) 72.86º 0.41% 0.81% -
XYZ 46.32 56.24 26.83 -
YUV 191.04 89.04 125.83 -
System Red Green Blue C M Y K H S L
Decimal 188 206 122 0.09 0 0.41 0.19 72.86 0.46 0.64
Hex BC CE 7A 9 0 29 13 49 2E 40
Octal 274 316 172 11 0 51 23 111 56 100
Binary 10111100 11001110 1111010 1001 0 101001 10011 1001001 101110 1000000

Color Harmonies of #BCCE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE7A

Black with #BCCE7A

Text Example


Text Example

White with #BCCE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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