Html Css Color HEX #BBC58A Pine Glade

📋 copy color: '#BBC58A'

red 187 ◦ green 197 ◦ blue 138

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

Shades of Pine Glade #BBC58A

Tints of Pine Glade #BBC58A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.74%

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

R = 35.82%
G = 37.74%
B = 26.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#BBC58A (or 0xBBC58A) is known color: Pine Glade. HEX triplet: BB, C5 and 8A. RGB value is (187,197,138). Sum of RGB (Red+Green+Blue) = 187+197+138=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC58A is #443A75. Grayscale: #BBBBBB. Windows color (decimal): -4471414 or 9094587. OLE color: 9094587.

HSL color Cylindrical-coordinate representation of color #BBC58A: hue angle of 70.17º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBC58A is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 197 138 -
CMYK 0.05 0 0.30 0.23
HSL 70.17º 0.34% 0.66% -
HSV(B) 70.17º 0.3% 0.77% -
XYZ 45.05 52.33 31.77 -
YUV 187.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 187 197 138 0.05 0 0.30 0.23 70.17 0.34 0.66
Hex BB C5 8A 5 0 1E 17 46 22 42
Octal 273 305 212 5 0 36 27 106 42 102
Binary 10111011 11000101 10001010 101 0 11110 10111 1000110 100010 1000010

Color Harmonies of #BBC58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC58A

Black with #BBC58A

Text Example


Text Example

White with #BBC58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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