Html Css Color HEX #BCCF77 Pine Glade

📋 copy color: '#BCCF77'

red 188 ◦ green 207 ◦ blue 119

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

Shades of Pine Glade #BCCF77

Tints of Pine Glade #BCCF77

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.27%

 BLUE value IS 119 (46.88% from 255) = 23.15%

R = 36.58%
G = 40.27%
B = 23.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#BCCF77 (or 0xBCCF77) is known color: Pine Glade. HEX triplet: BC, CF and 77. RGB value is (188,207,119). Sum of RGB (Red+Green+Blue) = 188+207+119=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF77 is #433088. Grayscale: #BFBFBF. Windows color (decimal): -4403337 or 7851964. OLE color: 7851964.

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

Color convert

RGB 188 207 119 -
CMYK 0.09 0 0.43 0.19
HSL 72.95º 0.48% 0.64% -
HSV(B) 72.95º 0.43% 0.81% -
XYZ 46.38 56.65 25.94 -
YUV 191.29 87.21 125.66 -
System Red Green Blue C M Y K H S L
Decimal 188 207 119 0.09 0 0.43 0.19 72.95 0.48 0.64
Hex BC CF 77 9 0 2B 13 49 30 40
Octal 274 317 167 11 0 53 23 111 60 100
Binary 10111100 11001111 1110111 1001 0 101011 10011 1001001 110000 1000000

Color Harmonies of #BCCF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF77

Black with #BCCF77

Text Example


Text Example

White with #BCCF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF77; }

 p { color: rgb(188,207,119); }

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

background-color css

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

 a { background-color: rgb(188,207,119); }

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

border-color css

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

 span { border-color: rgb(188,207,119); }

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