Html Css Color HEX #BBC16F Pine Glade

📋 copy color: '#BBC16F'

red 187 ◦ green 193 ◦ blue 111

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

Shades of Pine Glade #BBC16F

Tints of Pine Glade #BBC16F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.31%

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

R = 38.09%
G = 39.31%
B = 22.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#BBC16F (or 0xBBC16F) is known color: Pine Glade. HEX triplet: BB, C1 and 6F. RGB value is (187,193,111). Sum of RGB (Red+Green+Blue) = 187+193+111=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC16F is #443E90. Grayscale: #B6B6B6. Windows color (decimal): -4472465 or 7324091. OLE color: 7324091.

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

Color convert

RGB 187 193 111 -
CMYK 0.03 0 0.42 0.24
HSL 64.39º 0.4% 0.6% -
HSV(B) 64.39º 0.42% 0.76% -
XYZ 42.43 49.85 22.42 -
YUV 181.86 88.01 131.67 -
System Red Green Blue C M Y K H S L
Decimal 187 193 111 0.03 0 0.42 0.24 64.39 0.4 0.6
Hex BB C1 6F 3 0 2A 18 40 28 3C
Octal 273 301 157 3 0 52 30 100 50 74
Binary 10111011 11000001 1101111 11 0 101010 11000 1000000 101000 111100

Color Harmonies of #BBC16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC16F

Black with #BBC16F

Text Example


Text Example

White with #BBC16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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