Html Css Color HEX #BCC674 Pine Glade

📋 copy color: '#BCC674'

red 188 ◦ green 198 ◦ blue 116

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

Shades of Pine Glade #BCC674

Tints of Pine Glade #BCC674

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.44%

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

R = 37.45%
G = 39.44%
B = 23.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#BCC674 (or 0xBCC674) is known color: Pine Glade. HEX triplet: BC, C6 and 74. RGB value is (188,198,116). Sum of RGB (Red+Green+Blue) = 188+198+116=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC674 is #43398B. Grayscale: #B9B9B9. Windows color (decimal): -4405644 or 7653052. OLE color: 7653052.

HSL color Cylindrical-coordinate representation of color #BCC674: hue angle of 67.32º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCC674 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 116 -
CMYK 0.05 0 0.41 0.22
HSL 67.32º 0.42% 0.62% -
HSV(B) 67.32º 0.41% 0.78% -
XYZ 44.09 52.34 24.3 -
YUV 185.66 88.69 129.67 -
System Red Green Blue C M Y K H S L
Decimal 188 198 116 0.05 0 0.41 0.22 67.32 0.42 0.62
Hex BC C6 74 5 0 29 16 43 2A 3E
Octal 274 306 164 5 0 51 26 103 52 76
Binary 10111100 11000110 1110100 101 0 101001 10110 1000011 101010 111110

Color Harmonies of #BCC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC674

Black with #BCC674

Text Example


Text Example

White with #BCC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC674; }

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

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

background-color css

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

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

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

border-color css

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

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

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