Html Css Color HEX #B8C16F Pine Glade

📋 copy color: '#B8C16F'

red 184 ◦ green 193 ◦ blue 111

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

Shades of Pine Glade #B8C16F

Tints of Pine Glade #B8C16F

RGB

 RED value IS 184 (72.27% from 255) = 37.7%

 GREEN value IS 193 (75.78% from 255) = 39.55%

 BLUE value IS 111 (43.75% from 255) = 22.75%

R = 37.7%
G = 39.55%
B = 22.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#B8C16F (or 0xB8C16F) is known color: Pine Glade. HEX triplet: B8, C1 and 6F. RGB value is (184,193,111). Sum of RGB (Red+Green+Blue) = 184+193+111=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C16F is #473E90. Grayscale: #B5B5B5. Windows color (decimal): -4669073 or 7324088. OLE color: 7324088.

HSL color Cylindrical-coordinate representation of color #B8C16F: hue angle of 66.59º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8C16F is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 193 111 -
CMYK 0.05 0 0.42 0.24
HSL 66.59º 0.4% 0.6% -
HSV(B) 66.59º 0.42% 0.76% -
XYZ 41.71 49.48 22.39 -
YUV 180.96 88.52 130.17 -
System Red Green Blue C M Y K H S L
Decimal 184 193 111 0.05 0 0.42 0.24 66.59 0.4 0.6
Hex B8 C1 6F 5 0 2A 18 43 28 3C
Octal 270 301 157 5 0 52 30 103 50 74
Binary 10111000 11000001 1101111 101 0 101010 11000 1000011 101000 111100

Color Harmonies of #B8C16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C16F

Black with #B8C16F

Text Example


Text Example

White with #B8C16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C16F; }

 p { color: rgb(184,193,111); }

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

background-color css

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

 a { background-color: rgb(184,193,111); }

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

border-color css

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

 span { border-color: rgb(184,193,111); }

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