Html Css Color HEX #B8C37A Pine Glade

📋 copy color: '#B8C37A'

red 184 ◦ green 195 ◦ blue 122

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

Shades of Pine Glade #B8C37A

Tints of Pine Glade #B8C37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.35%

R = 36.73%
G = 38.92%
B = 24.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#B8C37A (or 0xB8C37A) is known color: Pine Glade. HEX triplet: B8, C3 and 7A. RGB value is (184,195,122). Sum of RGB (Red+Green+Blue) = 184+195+122=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C37A is #473C85. Grayscale: #B7B7B7. Windows color (decimal): -4668550 or 8045496. OLE color: 8045496.

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

Color convert

RGB 184 195 122 -
CMYK 0.06 0 0.37 0.24
HSL 69.04º 0.38% 0.62% -
HSV(B) 69.04º 0.37% 0.76% -
XYZ 42.8 50.63 25.93 -
YUV 183.39 93.36 128.44 -
System Red Green Blue C M Y K H S L
Decimal 184 195 122 0.06 0 0.37 0.24 69.04 0.38 0.62
Hex B8 C3 7A 6 0 25 18 45 26 3E
Octal 270 303 172 6 0 45 30 105 46 76
Binary 10111000 11000011 1111010 110 0 100101 11000 1000101 100110 111110

Color Harmonies of #B8C37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C37A

Black with #B8C37A

Text Example


Text Example

White with #B8C37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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