Html Css Color HEX #BBC47F Pine Glade

📋 copy color: '#BBC47F'

red 187 ◦ green 196 ◦ blue 127

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

Shades of Pine Glade #BBC47F

Tints of Pine Glade #BBC47F

RGB

 RED value IS 187 (73.44% from 255) = 36.67%

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

 BLUE value IS 127 (50% from 255) = 24.9%

R = 36.67%
G = 38.43%
B = 24.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#BBC47F (or 0xBBC47F) is known color: Pine Glade. HEX triplet: BB, C4 and 7F. RGB value is (187,196,127). Sum of RGB (Red+Green+Blue) = 187+196+127=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC47F is #443B80. Grayscale: #B9B9B9. Windows color (decimal): -4471681 or 8373435. OLE color: 8373435.

HSL color Cylindrical-coordinate representation of color #BBC47F: hue angle of 67.83º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBC47F is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 127 -
CMYK 0.05 0 0.35 0.23
HSL 67.83º 0.37% 0.63% -
HSV(B) 67.83º 0.35% 0.77% -
XYZ 44.06 51.58 27.71 -
YUV 185.44 95.02 129.11 -
System Red Green Blue C M Y K H S L
Decimal 187 196 127 0.05 0 0.35 0.23 67.83 0.37 0.63
Hex BB C4 7F 5 0 23 17 44 25 3F
Octal 273 304 177 5 0 43 27 104 45 77
Binary 10111011 11000100 1111111 101 0 100011 10111 1000100 100101 111111

Color Harmonies of #BBC47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC47F

Black with #BBC47F

Text Example


Text Example

White with #BBC47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC47F; }

 p { color: rgb(187,196,127); }

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

background-color css

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

 a { background-color: rgb(187,196,127); }

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

border-color css

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

 span { border-color: rgb(187,196,127); }

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