Html Css Color HEX #B5BE75 Pine Glade

📋 copy color: '#B5BE75'

red 181 ◦ green 190 ◦ blue 117

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

Shades of Pine Glade #B5BE75

Tints of Pine Glade #B5BE75

RGB

 RED value IS 181 (71.09% from 255) = 37.09%

 GREEN value IS 190 (74.61% from 255) = 38.93%

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

R = 37.09%
G = 38.93%
B = 23.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#B5BE75 (or 0xB5BE75) is known color: Pine Glade. HEX triplet: B5, BE and 75. RGB value is (181,190,117). Sum of RGB (Red+Green+Blue) = 181+190+117=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BE75 is #4A418A. Grayscale: #B3B3B3. Windows color (decimal): -4866443 or 7716533. OLE color: 7716533.

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

Color convert

RGB 181 190 117 -
CMYK 0.05 0 0.38 0.25
HSL 67.4º 0.36% 0.6% -
HSV(B) 67.4º 0.38% 0.75% -
XYZ 40.68 47.94 23.94 -
YUV 178.99 93.02 129.44 -
System Red Green Blue C M Y K H S L
Decimal 181 190 117 0.05 0 0.38 0.25 67.4 0.36 0.6
Hex B5 BE 75 5 0 26 19 43 24 3C
Octal 265 276 165 5 0 46 31 103 44 74
Binary 10110101 10111110 1110101 101 0 100110 11001 1000011 100100 111100

Color Harmonies of #B5BE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BE75

Black with #B5BE75

Text Example


Text Example

White with #B5BE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BE75; }

 p { color: rgb(181,190,117); }

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

background-color css

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

 a { background-color: rgb(181,190,117); }

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

border-color css

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

 span { border-color: rgb(181,190,117); }

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