Html Css Color HEX #BACC74 Pine Glade

📋 copy color: '#BACC74'

red 186 ◦ green 204 ◦ blue 116

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

Shades of Pine Glade #BACC74

Tints of Pine Glade #BACC74

RGB

 RED value IS 186 (73.05% from 255) = 36.76%

 GREEN value IS 204 (80.08% from 255) = 40.32%

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

R = 36.76%
G = 40.32%
B = 22.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#BACC74 (or 0xBACC74) is known color: Pine Glade. HEX triplet: BA, CC and 74. RGB value is (186,204,116). Sum of RGB (Red+Green+Blue) = 186+204+116=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC74 is #45338B. Grayscale: #BCBCBC. Windows color (decimal): -4535180 or 7654586. OLE color: 7654586.

HSL color Cylindrical-coordinate representation of color #BACC74: hue angle of 72.27º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BACC74 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 204 116 -
CMYK 0.09 0 0.43 0.2
HSL 72.27º 0.46% 0.63% -
HSV(B) 72.27º 0.43% 0.8% -
XYZ 44.99 54.89 24.75 -
YUV 188.59 87.04 126.16 -
System Red Green Blue C M Y K H S L
Decimal 186 204 116 0.09 0 0.43 0.2 72.27 0.46 0.63
Hex BA CC 74 9 0 2B 14 48 2E 3F
Octal 272 314 164 11 0 53 24 110 56 77
Binary 10111010 11001100 1110100 1001 0 101011 10100 1001000 101110 111111

Color Harmonies of #BACC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACC74

Black with #BACC74

Text Example


Text Example

White with #BACC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACC74; }

 p { color: rgb(186,204,116); }

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

background-color css

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

 a { background-color: rgb(186,204,116); }

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

border-color css

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

 span { border-color: rgb(186,204,116); }

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