Html Css Color HEX #B8C472 Pine Glade

📋 copy color: '#B8C472'

red 184 ◦ green 196 ◦ blue 114

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

Shades of Pine Glade #B8C472

Tints of Pine Glade #B8C472

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.68%

 BLUE value IS 114 (44.92% from 255) = 23.08%

R = 37.25%
G = 39.68%
B = 23.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#B8C472 (or 0xB8C472) is known color: Pine Glade. HEX triplet: B8, C4 and 72. RGB value is (184,196,114). Sum of RGB (Red+Green+Blue) = 184+196+114=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C472 is #473B8D. Grayscale: #B7B7B7. Windows color (decimal): -4668302 or 7521464. OLE color: 7521464.

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

Color convert

RGB 184 196 114 -
CMYK 0.06 0 0.42 0.23
HSL 68.78º 0.41% 0.61% -
HSV(B) 68.78º 0.42% 0.77% -
XYZ 42.54 50.89 23.5 -
YUV 183.06 89.02 128.67 -
System Red Green Blue C M Y K H S L
Decimal 184 196 114 0.06 0 0.42 0.23 68.78 0.41 0.61
Hex B8 C4 72 6 0 2A 17 45 29 3D
Octal 270 304 162 6 0 52 27 105 51 75
Binary 10111000 11000100 1110010 110 0 101010 10111 1000101 101001 111101

Color Harmonies of #B8C472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C472

Black with #B8C472

Text Example


Text Example

White with #B8C472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C472; }

 p { color: rgb(184,196,114); }

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

background-color css

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

 a { background-color: rgb(184,196,114); }

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

border-color css

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

 span { border-color: rgb(184,196,114); }

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