Html Css Color HEX #B8C278 Pine Glade

📋 copy color: '#B8C278'

red 184 ◦ green 194 ◦ blue 120

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

Shades of Pine Glade #B8C278

Tints of Pine Glade #B8C278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.1%

R = 36.95%
G = 38.96%
B = 24.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#B8C278 (or 0xB8C278) is known color: Pine Glade. HEX triplet: B8, C2 and 78. RGB value is (184,194,120). Sum of RGB (Red+Green+Blue) = 184+194+120=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C278 is #473D87. Grayscale: #B6B6B6. Windows color (decimal): -4668808 or 7914168. OLE color: 7914168.

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

Color convert

RGB 184 194 120 -
CMYK 0.05 0 0.38 0.24
HSL 68.11º 0.38% 0.62% -
HSV(B) 68.11º 0.38% 0.76% -
XYZ 42.45 50.13 25.21 -
YUV 182.57 92.69 129.02 -
System Red Green Blue C M Y K H S L
Decimal 184 194 120 0.05 0 0.38 0.24 68.11 0.38 0.62
Hex B8 C2 78 5 0 26 18 44 26 3E
Octal 270 302 170 5 0 46 30 104 46 76
Binary 10111000 11000010 1111000 101 0 100110 11000 1000100 100110 111110

Color Harmonies of #B8C278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C278

Black with #B8C278

Text Example


Text Example

White with #B8C278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C278; }

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

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

background-color css

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

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

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

border-color css

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

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

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