Html Css Color HEX #BCC374 Pine Glade

📋 copy color: '#BCC374'

red 188 ◦ green 195 ◦ blue 116

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

Shades of Pine Glade #BCC374

Tints of Pine Glade #BCC374

RGB

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

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

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

R = 37.68%
G = 39.08%
B = 23.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#BCC374 (or 0xBCC374) is known color: Pine Glade. HEX triplet: BC, C3 and 74. RGB value is (188,195,116). Sum of RGB (Red+Green+Blue) = 188+195+116=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC374 is #433C8B. Grayscale: #B8B8B8. Windows color (decimal): -4406412 or 7652284. OLE color: 7652284.

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

Color convert

RGB 188 195 116 -
CMYK 0.04 0 0.41 0.24
HSL 65.32º 0.4% 0.61% -
HSV(B) 65.32º 0.41% 0.76% -
XYZ 43.41 50.98 24.08 -
YUV 183.9 89.68 130.92 -
System Red Green Blue C M Y K H S L
Decimal 188 195 116 0.04 0 0.41 0.24 65.32 0.4 0.61
Hex BC C3 74 4 0 29 18 41 28 3D
Octal 274 303 164 4 0 51 30 101 50 75
Binary 10111100 11000011 1110100 100 0 101001 11000 1000001 101000 111101

Color Harmonies of #BCC374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC374

Black with #BCC374

Text Example


Text Example

White with #BCC374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC374; }

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

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

background-color css

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

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

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

border-color css

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

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

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