Html Css Color HEX #BCC974 Pine Glade

📋 copy color: '#BCC974'

red 188 ◦ green 201 ◦ blue 116

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

Shades of Pine Glade #BCC974

Tints of Pine Glade #BCC974

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.8%

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

R = 37.23%
G = 39.8%
B = 22.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#BCC974 (or 0xBCC974) is known color: Pine Glade. HEX triplet: BC, C9 and 74. RGB value is (188,201,116). Sum of RGB (Red+Green+Blue) = 188+201+116=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC974 is #43368B. Grayscale: #BBBBBB. Windows color (decimal): -4404876 or 7653820. OLE color: 7653820.

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

Color convert

RGB 188 201 116 -
CMYK 0.06 0 0.42 0.21
HSL 69.18º 0.44% 0.62% -
HSV(B) 69.18º 0.42% 0.79% -
XYZ 44.78 53.73 24.53 -
YUV 187.42 87.69 128.41 -
System Red Green Blue C M Y K H S L
Decimal 188 201 116 0.06 0 0.42 0.21 69.18 0.44 0.62
Hex BC C9 74 6 0 2A 15 45 2C 3E
Octal 274 311 164 6 0 52 25 105 54 76
Binary 10111100 11001001 1110100 110 0 101010 10101 1000101 101100 111110

Color Harmonies of #BCC974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC974

Black with #BCC974

Text Example


Text Example

White with #BCC974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC974; }

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

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

background-color css

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

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

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

border-color css

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

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

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