Html Css Color HEX #B5BC74 Pine Glade

📋 copy color: '#B5BC74'

red 181 ◦ green 188 ◦ blue 116

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

Shades of Pine Glade #B5BC74

Tints of Pine Glade #B5BC74

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.76%

 BLUE value IS 116 (45.7% from 255) = 23.92%

R = 37.32%
G = 38.76%
B = 23.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#B5BC74 (or 0xB5BC74) is known color: Pine Glade. HEX triplet: B5, BC and 74. RGB value is (181,188,116). Sum of RGB (Red+Green+Blue) = 181+188+116=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC74 is #4A438B. Grayscale: #B1B1B1. Windows color (decimal): -4866956 or 7650485. OLE color: 7650485.

HSL color Cylindrical-coordinate representation of color #B5BC74: hue angle of 65.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5BC74 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 188 116 -
CMYK 0.04 0 0.38 0.26
HSL 65.83º 0.35% 0.6% -
HSV(B) 65.83º 0.38% 0.74% -
XYZ 40.19 47.05 23.49 -
YUV 177.7 93.18 130.35 -
System Red Green Blue C M Y K H S L
Decimal 181 188 116 0.04 0 0.38 0.26 65.83 0.35 0.6
Hex B5 BC 74 4 0 26 1A 42 23 3C
Octal 265 274 164 4 0 46 32 102 43 74
Binary 10110101 10111100 1110100 100 0 100110 11010 1000010 100011 111100

Color Harmonies of #B5BC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC74

Black with #B5BC74

Text Example


Text Example

White with #B5BC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC74; }

 p { color: rgb(181,188,116); }

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

background-color css

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

 a { background-color: rgb(181,188,116); }

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

border-color css

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

 span { border-color: rgb(181,188,116); }

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