Html Css Color HEX #BCC370 Pine Glade

📋 copy color: '#BCC370'

red 188 ◦ green 195 ◦ blue 112

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

Shades of Pine Glade #BCC370

Tints of Pine Glade #BCC370

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.39%

 BLUE value IS 112 (44.14% from 255) = 22.63%

R = 37.98%
G = 39.39%
B = 22.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#BCC370 (or 0xBCC370) is known color: Pine Glade. HEX triplet: BC, C3 and 70. RGB value is (188,195,112). Sum of RGB (Red+Green+Blue) = 188+195+112=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC370 is #433C8F. Grayscale: #B7B7B7. Windows color (decimal): -4406416 or 7390140. OLE color: 7390140.

HSL color Cylindrical-coordinate representation of color #BCC370: hue angle of 65.06º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCC370 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 112 -
CMYK 0.04 0 0.43 0.24
HSL 65.06º 0.41% 0.6% -
HSV(B) 65.06º 0.43% 0.76% -
XYZ 43.18 50.89 22.88 -
YUV 183.45 87.68 131.25 -
System Red Green Blue C M Y K H S L
Decimal 188 195 112 0.04 0 0.43 0.24 65.06 0.41 0.6
Hex BC C3 70 4 0 2B 18 41 29 3C
Octal 274 303 160 4 0 53 30 101 51 74
Binary 10111100 11000011 1110000 100 0 101011 11000 1000001 101001 111100

Color Harmonies of #BCC370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC370

Black with #BCC370

Text Example


Text Example

White with #BCC370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC370; }

 p { color: rgb(188,195,112); }

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

background-color css

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

 a { background-color: rgb(188,195,112); }

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

border-color css

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

 span { border-color: rgb(188,195,112); }

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