Html Css Color HEX #BBC383 Pine Glade

📋 copy color: '#BBC383'

red 187 ◦ green 195 ◦ blue 131

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

Shades of Pine Glade #BBC383

Tints of Pine Glade #BBC383

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.01%

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

R = 36.45%
G = 38.01%
B = 25.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#BBC383 (or 0xBBC383) is known color: Pine Glade. HEX triplet: BB, C3 and 83. RGB value is (187,195,131). Sum of RGB (Red+Green+Blue) = 187+195+131=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC383 is #443C7C. Grayscale: #B9B9B9. Windows color (decimal): -4471933 or 8635323. OLE color: 8635323.

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

Color convert

RGB 187 195 131 -
CMYK 0.04 0 0.33 0.24
HSL 67.5º 0.35% 0.64% -
HSV(B) 67.5º 0.33% 0.76% -
XYZ 44.11 51.23 29.04 -
YUV 185.31 97.35 129.2 -
System Red Green Blue C M Y K H S L
Decimal 187 195 131 0.04 0 0.33 0.24 67.5 0.35 0.64
Hex BB C3 83 4 0 21 18 44 23 40
Octal 273 303 203 4 0 41 30 104 43 100
Binary 10111011 11000011 10000011 100 0 100001 11000 1000100 100011 1000000

Color Harmonies of #BBC383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC383

Black with #BBC383

Text Example


Text Example

White with #BBC383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC383; }

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

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

background-color css

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

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

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

border-color css

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

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

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