Html Css Color HEX #BBC28A Pine Glade

📋 copy color: '#BBC28A'

red 187 ◦ green 194 ◦ blue 138

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

Shades of Pine Glade #BBC28A

Tints of Pine Glade #BBC28A

RGB

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

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

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

R = 36.03%
G = 37.38%
B = 26.59%

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

#BBC28A (or 0xBBC28A) is known color: Pine Glade. HEX triplet: BB, C2 and 8A. RGB value is (187,194,138). Sum of RGB (Red+Green+Blue) = 187+194+138=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC28A is #443D75. Grayscale: #B9B9B9. Windows color (decimal): -4472182 or 9093819. OLE color: 9093819.

HSL color Cylindrical-coordinate representation of color #BBC28A: hue angle of 67.5º degrees, saturation: 0.31, 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 #BBC28A is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 138 -
CMYK 0.04 0 0.29 0.24
HSL 67.5º 0.31% 0.65% -
HSV(B) 67.5º 0.29% 0.76% -
XYZ 44.37 50.98 31.55 -
YUV 185.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 187 194 138 0.04 0 0.29 0.24 67.5 0.31 0.65
Hex BB C2 8A 4 0 1D 18 44 1F 41
Octal 273 302 212 4 0 35 30 104 37 101
Binary 10111011 11000010 10001010 100 0 11101 11000 1000100 11111 1000001

Color Harmonies of #BBC28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC28A

Black with #BBC28A

Text Example


Text Example

White with #BBC28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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