Html Css Color HEX #BACD74 Pine Glade

📋 copy color: '#BACD74'

red 186 ◦ green 205 ◦ blue 116

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

Shades of Pine Glade #BACD74

Tints of Pine Glade #BACD74

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.43%

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

R = 36.69%
G = 40.43%
B = 22.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#BACD74 (or 0xBACD74) is known color: Pine Glade. HEX triplet: BA, CD and 74. RGB value is (186,205,116). Sum of RGB (Red+Green+Blue) = 186+205+116=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD74 is #45328B. Grayscale: #BDBDBD. Windows color (decimal): -4534924 or 7654842. OLE color: 7654842.

HSL color Cylindrical-coordinate representation of color #BACD74: hue angle of 72.81º degrees, saturation: 0.47, 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 #BACD74 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 205 116 -
CMYK 0.09 0 0.43 0.20
HSL 72.81º 0.47% 0.63% -
HSV(B) 72.81º 0.43% 0.8% -
XYZ 45.23 55.36 24.83 -
YUV 189.17 86.71 125.74 -
System Red Green Blue C M Y K H S L
Decimal 186 205 116 0.09 0 0.43 0.20 72.81 0.47 0.63
Hex BA CD 74 9 0 2B 14 49 2F 3F
Octal 272 315 164 11 0 53 24 111 57 77
Binary 10111010 11001101 1110100 1001 0 101011 10100 1001001 101111 111111

Color Harmonies of #BACD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD74

Black with #BACD74

Text Example


Text Example

White with #BACD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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