Html Css Color HEX #B8BF75 Pine Glade

📋 copy color: '#B8BF75'

red 184 ◦ green 191 ◦ blue 117

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

Shades of Pine Glade #B8BF75

Tints of Pine Glade #B8BF75

RGB

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

 GREEN value IS 191 (75% from 255) = 38.82%

 BLUE value IS 117 (46.09% from 255) = 23.78%

R = 37.4%
G = 38.82%
B = 23.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#B8BF75 (or 0xB8BF75) is known color: Pine Glade. HEX triplet: B8, BF and 75. RGB value is (184,191,117). Sum of RGB (Red+Green+Blue) = 184+191+117=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BF75 is #47408A. Grayscale: #B4B4B4. Windows color (decimal): -4669579 or 7716792. OLE color: 7716792.

HSL color Cylindrical-coordinate representation of color #B8BF75: hue angle of 65.68º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B8BF75 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 191 117 -
CMYK 0.04 0 0.39 0.25
HSL 65.68º 0.37% 0.6% -
HSV(B) 65.68º 0.39% 0.75% -
XYZ 41.61 48.74 24.04 -
YUV 180.47 92.18 130.52 -
System Red Green Blue C M Y K H S L
Decimal 184 191 117 0.04 0 0.39 0.25 65.68 0.37 0.6
Hex B8 BF 75 4 0 27 19 42 25 3C
Octal 270 277 165 4 0 47 31 102 45 74
Binary 10111000 10111111 1110101 100 0 100111 11001 1000010 100101 111100

Color Harmonies of #B8BF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BF75

Black with #B8BF75

Text Example


Text Example

White with #B8BF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BF75; }

 p { color: rgb(184,191,117); }

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

background-color css

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

 a { background-color: rgb(184,191,117); }

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

border-color css

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

 span { border-color: rgb(184,191,117); }

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