Html Css Color HEX #B8C373 Pine Glade

📋 copy color: '#B8C373'

red 184 ◦ green 195 ◦ blue 115

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

Shades of Pine Glade #B8C373

Tints of Pine Glade #B8C373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.28%

R = 37.25%
G = 39.47%
B = 23.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#B8C373 (or 0xB8C373) is known color: Pine Glade. HEX triplet: B8, C3 and 73. RGB value is (184,195,115). Sum of RGB (Red+Green+Blue) = 184+195+115=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C373 is #473C8C. Grayscale: #B6B6B6. Windows color (decimal): -4668557 or 7586744. OLE color: 7586744.

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

Color convert

RGB 184 195 115 -
CMYK 0.06 0 0.41 0.24
HSL 68.25º 0.4% 0.61% -
HSV(B) 68.25º 0.41% 0.76% -
XYZ 42.38 50.46 23.73 -
YUV 182.59 89.86 129 -
System Red Green Blue C M Y K H S L
Decimal 184 195 115 0.06 0 0.41 0.24 68.25 0.4 0.61
Hex B8 C3 73 6 0 29 18 44 28 3D
Octal 270 303 163 6 0 51 30 104 50 75
Binary 10111000 11000011 1110011 110 0 101001 11000 1000100 101000 111101

Color Harmonies of #B8C373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C373

Black with #B8C373

Text Example


Text Example

White with #B8C373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C373; }

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

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

background-color css

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

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

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

border-color css

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

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

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