Html Css Color HEX #BBC38A Pine Glade

📋 copy color: '#BBC38A'

red 187 ◦ green 195 ◦ blue 138

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

Shades of Pine Glade #BBC38A

Tints of Pine Glade #BBC38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.54%

R = 35.96%
G = 37.5%
B = 26.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#BBC38A (or 0xBBC38A) is known color: Pine Glade. HEX triplet: BB, C3 and 8A. RGB value is (187,195,138). Sum of RGB (Red+Green+Blue) = 187+195+138=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC38A is #443C75. Grayscale: #BABABA. Windows color (decimal): -4471926 or 9094075. OLE color: 9094075.

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

Color convert

RGB 187 195 138 -
CMYK 0.04 0 0.29 0.24
HSL 68.42º 0.32% 0.65% -
HSV(B) 68.42º 0.29% 0.76% -
XYZ 44.6 51.43 31.62 -
YUV 186.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 187 195 138 0.04 0 0.29 0.24 68.42 0.32 0.65
Hex BB C3 8A 4 0 1D 18 44 20 41
Octal 273 303 212 4 0 35 30 104 40 101
Binary 10111011 11000011 10001010 100 0 11101 11000 1000100 100000 1000001

Color Harmonies of #BBC38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC38A

Black with #BBC38A

Text Example


Text Example

White with #BBC38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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