Html Css Color HEX #B8C26F Pine Glade

📋 copy color: '#B8C26F'

red 184 ◦ green 194 ◦ blue 111

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

Shades of Pine Glade #B8C26F

Tints of Pine Glade #B8C26F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.67%

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

R = 37.63%
G = 39.67%
B = 22.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#B8C26F (or 0xB8C26F) is known color: Pine Glade. HEX triplet: B8, C2 and 6F. RGB value is (184,194,111). Sum of RGB (Red+Green+Blue) = 184+194+111=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C26F is #473D90. Grayscale: #B5B5B5. Windows color (decimal): -4668817 or 7324344. OLE color: 7324344.

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

Color convert

RGB 184 194 111 -
CMYK 0.05 0 0.43 0.24
HSL 67.23º 0.4% 0.6% -
HSV(B) 67.23º 0.43% 0.76% -
XYZ 41.93 49.92 22.46 -
YUV 181.55 88.19 129.75 -
System Red Green Blue C M Y K H S L
Decimal 184 194 111 0.05 0 0.43 0.24 67.23 0.4 0.6
Hex B8 C2 6F 5 0 2B 18 43 28 3C
Octal 270 302 157 5 0 53 30 103 50 74
Binary 10111000 11000010 1101111 101 0 101011 11000 1000011 101000 111100

Color Harmonies of #B8C26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C26F

Black with #B8C26F

Text Example


Text Example

White with #B8C26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C26F; }

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

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

background-color css

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

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

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

border-color css

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

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

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