Html Css Color HEX #BBC26F Pine Glade

📋 copy color: '#BBC26F'

red 187 ◦ green 194 ◦ blue 111

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

Shades of Pine Glade #BBC26F

Tints of Pine Glade #BBC26F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.43%

 BLUE value IS 111 (43.75% from 255) = 22.56%

R = 38.01%
G = 39.43%
B = 22.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#BBC26F (or 0xBBC26F) is known color: Pine Glade. HEX triplet: BB, C2 and 6F. RGB value is (187,194,111). Sum of RGB (Red+Green+Blue) = 187+194+111=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC26F is #443D90. Grayscale: #B6B6B6. Windows color (decimal): -4472209 or 7324347. OLE color: 7324347.

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

Color convert

RGB 187 194 111 -
CMYK 0.04 0 0.43 0.24
HSL 65.06º 0.4% 0.6% -
HSV(B) 65.06º 0.43% 0.76% -
XYZ 42.65 50.3 22.5 -
YUV 182.45 87.68 131.25 -
System Red Green Blue C M Y K H S L
Decimal 187 194 111 0.04 0 0.43 0.24 65.06 0.4 0.6
Hex BB C2 6F 4 0 2B 18 41 28 3C
Octal 273 302 157 4 0 53 30 101 50 74
Binary 10111011 11000010 1101111 100 0 101011 11000 1000001 101000 111100

Color Harmonies of #BBC26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC26F

Black with #BBC26F

Text Example


Text Example

White with #BBC26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC26F; }

 p { color: rgb(187,194,111); }

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

background-color css

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

 a { background-color: rgb(187,194,111); }

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

border-color css

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

 span { border-color: rgb(187,194,111); }

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