Html Css Color HEX #BCC372 Pine Glade

📋 copy color: '#BCC372'

red 188 ◦ green 195 ◦ blue 114

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

Shades of Pine Glade #BCC372

Tints of Pine Glade #BCC372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.94%

R = 37.83%
G = 39.24%
B = 22.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#BCC372 (or 0xBCC372) is known color: Pine Glade. HEX triplet: BC, C3 and 72. RGB value is (188,195,114). Sum of RGB (Red+Green+Blue) = 188+195+114=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC372 is #433C8D. Grayscale: #B7B7B7. Windows color (decimal): -4406414 or 7521212. OLE color: 7521212.

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

Color convert

RGB 188 195 114 -
CMYK 0.04 0 0.42 0.24
HSL 65.19º 0.4% 0.61% -
HSV(B) 65.19º 0.42% 0.76% -
XYZ 43.29 50.94 23.47 -
YUV 183.67 88.68 131.09 -
System Red Green Blue C M Y K H S L
Decimal 188 195 114 0.04 0 0.42 0.24 65.19 0.4 0.61
Hex BC C3 72 4 0 2A 18 41 28 3D
Octal 274 303 162 4 0 52 30 101 50 75
Binary 10111100 11000011 1110010 100 0 101010 11000 1000001 101000 111101

Color Harmonies of #BCC372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC372

Black with #BCC372

Text Example


Text Example

White with #BCC372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC372; }

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

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

background-color css

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

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

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

border-color css

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

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

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