Html Css Color HEX #BCCE74 Pine Glade

📋 copy color: '#BCCE74'

red 188 ◦ green 206 ◦ blue 116

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

Shades of Pine Glade #BCCE74

Tints of Pine Glade #BCCE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.75%

R = 36.86%
G = 40.39%
B = 22.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#BCCE74 (or 0xBCCE74) is known color: Pine Glade. HEX triplet: BC, CE and 74. RGB value is (188,206,116). Sum of RGB (Red+Green+Blue) = 188+206+116=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCE74 is #43318B. Grayscale: #BEBEBE. Windows color (decimal): -4403596 or 7655100. OLE color: 7655100.

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

Color convert

RGB 188 206 116 -
CMYK 0.09 0 0.44 0.19
HSL 72º 0.48% 0.63% -
HSV(B) 72º 0.44% 0.81% -
XYZ 45.96 56.09 24.93 -
YUV 190.36 86.04 126.32 -
System Red Green Blue C M Y K H S L
Decimal 188 206 116 0.09 0 0.44 0.19 72 0.48 0.63
Hex BC CE 74 9 0 2C 13 48 30 3F
Octal 274 316 164 11 0 54 23 110 60 77
Binary 10111100 11001110 1110100 1001 0 101100 10011 1001000 110000 111111

Color Harmonies of #BCCE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE74

Black with #BCCE74

Text Example


Text Example

White with #BCCE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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