Html Css Color HEX #BAC67B Pine Glade

📋 copy color: '#BAC67B'

red 186 ◦ green 198 ◦ blue 123

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

Shades of Pine Glade #BAC67B

Tints of Pine Glade #BAC67B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.26%

R = 36.69%
G = 39.05%
B = 24.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#BAC67B (or 0xBAC67B) is known color: Pine Glade. HEX triplet: BA, C6 and 7B. RGB value is (186,198,123). Sum of RGB (Red+Green+Blue) = 186+198+123=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC67B is #453984. Grayscale: #BABABA. Windows color (decimal): -4536709 or 8111802. OLE color: 8111802.

HSL color Cylindrical-coordinate representation of color #BAC67B: hue angle of 69.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAC67B is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 123 -
CMYK 0.06 0 0.38 0.22
HSL 69.6º 0.4% 0.63% -
HSV(B) 69.6º 0.38% 0.78% -
XYZ 44.02 52.26 26.51 -
YUV 185.86 92.52 128.1 -
System Red Green Blue C M Y K H S L
Decimal 186 198 123 0.06 0 0.38 0.22 69.6 0.4 0.63
Hex BA C6 7B 6 0 26 16 46 28 3F
Octal 272 306 173 6 0 46 26 106 50 77
Binary 10111010 11000110 1111011 110 0 100110 10110 1000110 101000 111111

Color Harmonies of #BAC67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC67B

Black with #BAC67B

Text Example


Text Example

White with #BAC67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC67B; }

 p { color: rgb(186,198,123); }

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

background-color css

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

 a { background-color: rgb(186,198,123); }

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

border-color css

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

 span { border-color: rgb(186,198,123); }

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