Html Css Color HEX #BBBC7A Pine Glade

📋 copy color: '#BBBC7A'

red 187 ◦ green 188 ◦ blue 122

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

Shades of Pine Glade #BBBC7A

Tints of Pine Glade #BBBC7A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.83%

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

R = 37.63%
G = 37.83%
B = 24.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BBBC7A (or 0xBBBC7A) is known color: Pine Glade. HEX triplet: BB, BC and 7A. RGB value is (187,188,122). Sum of RGB (Red+Green+Blue) = 187+188+122=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC7A is #444385. Grayscale: #B4B4B4. Windows color (decimal): -4473734 or 8043707. OLE color: 8043707.

HSL color Cylindrical-coordinate representation of color #BBBC7A: hue angle of 60.91º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBBC7A is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 188 122 -
CMYK 0.01 0 0.35 0.26
HSL 60.91º 0.33% 0.61% -
HSV(B) 60.91º 0.35% 0.74% -
XYZ 41.99 47.94 25.45 -
YUV 180.18 95.17 132.87 -
System Red Green Blue C M Y K H S L
Decimal 187 188 122 0.01 0 0.35 0.26 60.91 0.33 0.61
Hex BB BC 7A 1 0 23 1A 3D 21 3D
Octal 273 274 172 1 0 43 32 75 41 75
Binary 10111011 10111100 1111010 1 0 100011 11010 111101 100001 111101

Color Harmonies of #BBBC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBC7A

Black with #BBBC7A

Text Example


Text Example

White with #BBBC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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