Html Css Color HEX #B8C375 Pine Glade

📋 copy color: '#B8C375'

red 184 ◦ green 195 ◦ blue 117

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

Shades of Pine Glade #B8C375

Tints of Pine Glade #B8C375

RGB

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

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

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

R = 37.1%
G = 39.31%
B = 23.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#B8C375 (or 0xB8C375) is known color: Pine Glade. HEX triplet: B8, C3 and 75. RGB value is (184,195,117). Sum of RGB (Red+Green+Blue) = 184+195+117=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C375 is #473C8A. Grayscale: #B7B7B7. Windows color (decimal): -4668555 or 7717816. OLE color: 7717816.

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

Color convert

RGB 184 195 117 -
CMYK 0.06 0 0.4 0.24
HSL 68.46º 0.39% 0.61% -
HSV(B) 68.46º 0.4% 0.76% -
XYZ 42.49 50.5 24.34 -
YUV 182.82 90.86 128.84 -
System Red Green Blue C M Y K H S L
Decimal 184 195 117 0.06 0 0.4 0.24 68.46 0.39 0.61
Hex B8 C3 75 6 0 28 18 44 27 3D
Octal 270 303 165 6 0 50 30 104 47 75
Binary 10111000 11000011 1110101 110 0 101000 11000 1000100 100111 111101

Color Harmonies of #B8C375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C375

Black with #B8C375

Text Example


Text Example

White with #B8C375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C375; }

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

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

background-color css

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

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

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

border-color css

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

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

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