Html Css Color HEX #BBC47A Pine Glade

📋 copy color: '#BBC47A'

red 187 ◦ green 196 ◦ blue 122

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

Shades of Pine Glade #BBC47A

Tints of Pine Glade #BBC47A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.81%

 BLUE value IS 122 (48.05% from 255) = 24.16%

R = 37.03%
G = 38.81%
B = 24.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#BBC47A (or 0xBBC47A) is known color: Pine Glade. HEX triplet: BB, C4 and 7A. RGB value is (187,196,122). Sum of RGB (Red+Green+Blue) = 187+196+122=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC47A is #443B85. Grayscale: #B9B9B9. Windows color (decimal): -4471686 or 8045755. OLE color: 8045755.

HSL color Cylindrical-coordinate representation of color #BBC47A: hue angle of 67.3º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBC47A is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 122 -
CMYK 0.05 0 0.38 0.23
HSL 67.3º 0.39% 0.62% -
HSV(B) 67.3º 0.38% 0.77% -
XYZ 43.75 51.45 26.04 -
YUV 184.87 92.52 129.52 -
System Red Green Blue C M Y K H S L
Decimal 187 196 122 0.05 0 0.38 0.23 67.3 0.39 0.62
Hex BB C4 7A 5 0 26 17 43 27 3E
Octal 273 304 172 5 0 46 27 103 47 76
Binary 10111011 11000100 1111010 101 0 100110 10111 1000011 100111 111110

Color Harmonies of #BBC47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC47A

Black with #BBC47A

Text Example


Text Example

White with #BBC47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC47A; }

 p { color: rgb(187,196,122); }

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

background-color css

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

 a { background-color: rgb(187,196,122); }

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

border-color css

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

 span { border-color: rgb(187,196,122); }

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