Html Css Color HEX #B8C37F Pine Glade

📋 copy color: '#B8C37F'

red 184 ◦ green 195 ◦ blue 127

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

Shades of Pine Glade #B8C37F

Tints of Pine Glade #B8C37F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.54%

 BLUE value IS 127 (50% from 255) = 25.1%

R = 36.36%
G = 38.54%
B = 25.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#B8C37F (or 0xB8C37F) is known color: Pine Glade. HEX triplet: B8, C3 and 7F. RGB value is (184,195,127). Sum of RGB (Red+Green+Blue) = 184+195+127=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C37F is #473C80. Grayscale: #B8B8B8. Windows color (decimal): -4668545 or 8373176. OLE color: 8373176.

HSL color Cylindrical-coordinate representation of color #B8C37F: hue angle of 69.71º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8C37F is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 195 127 -
CMYK 0.06 0 0.35 0.24
HSL 69.71º 0.36% 0.63% -
HSV(B) 69.71º 0.35% 0.76% -
XYZ 43.11 50.75 27.6 -
YUV 183.96 95.86 128.03 -
System Red Green Blue C M Y K H S L
Decimal 184 195 127 0.06 0 0.35 0.24 69.71 0.36 0.63
Hex B8 C3 7F 6 0 23 18 46 24 3F
Octal 270 303 177 6 0 43 30 106 44 77
Binary 10111000 11000011 1111111 110 0 100011 11000 1000110 100100 111111

Color Harmonies of #B8C37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C37F

Black with #B8C37F

Text Example


Text Example

White with #B8C37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C37F; }

 p { color: rgb(184,195,127); }

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

background-color css

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

 a { background-color: rgb(184,195,127); }

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

border-color css

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

 span { border-color: rgb(184,195,127); }

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