Html Css Color HEX #BBC283 Pine Glade

📋 copy color: '#BBC283'

red 187 ◦ green 194 ◦ blue 131

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

Shades of Pine Glade #BBC283

Tints of Pine Glade #BBC283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.59%

R = 36.52%
G = 37.89%
B = 25.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#BBC283 (or 0xBBC283) is known color: Pine Glade. HEX triplet: BB, C2 and 83. RGB value is (187,194,131). Sum of RGB (Red+Green+Blue) = 187+194+131=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC283 is #443D7C. Grayscale: #B8B8B8. Windows color (decimal): -4472189 or 8635067. OLE color: 8635067.

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

Color convert

RGB 187 194 131 -
CMYK 0.04 0 0.32 0.24
HSL 66.67º 0.34% 0.64% -
HSV(B) 66.67º 0.32% 0.76% -
XYZ 43.88 50.79 28.96 -
YUV 184.73 97.68 129.62 -
System Red Green Blue C M Y K H S L
Decimal 187 194 131 0.04 0 0.32 0.24 66.67 0.34 0.64
Hex BB C2 83 4 0 20 18 43 22 40
Octal 273 302 203 4 0 40 30 103 42 100
Binary 10111011 11000010 10000011 100 0 100000 11000 1000011 100010 1000000

Color Harmonies of #BBC283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC283

Black with #BBC283

Text Example


Text Example

White with #BBC283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC283; }

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

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

background-color css

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

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

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

border-color css

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

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

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