Html Css Color HEX #BCCA77 Pine Glade

📋 copy color: '#BCCA77'

red 188 ◦ green 202 ◦ blue 119

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

Shades of Pine Glade #BCCA77

Tints of Pine Glade #BCCA77

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.69%

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

R = 36.94%
G = 39.69%
B = 23.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#BCCA77 (or 0xBCCA77) is known color: Pine Glade. HEX triplet: BC, CA and 77. RGB value is (188,202,119). Sum of RGB (Red+Green+Blue) = 188+202+119=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCA77 is #433588. Grayscale: #BCBCBC. Windows color (decimal): -4404617 or 7850684. OLE color: 7850684.

HSL color Cylindrical-coordinate representation of color #BCCA77: hue angle of 70.12º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCCA77 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 202 119 -
CMYK 0.07 0 0.41 0.21
HSL 70.12º 0.44% 0.63% -
HSV(B) 70.12º 0.41% 0.79% -
XYZ 45.19 54.26 25.55 -
YUV 188.35 88.86 127.75 -
System Red Green Blue C M Y K H S L
Decimal 188 202 119 0.07 0 0.41 0.21 70.12 0.44 0.63
Hex BC CA 77 7 0 29 15 46 2C 3F
Octal 274 312 167 7 0 51 25 106 54 77
Binary 10111100 11001010 1110111 111 0 101001 10101 1000110 101100 111111

Color Harmonies of #BCCA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCA77

Black with #BCCA77

Text Example


Text Example

White with #BCCA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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