Html Css Color HEX #BBBC7D Pine Glade

📋 copy color: '#BBBC7D'

red 187 ◦ green 188 ◦ blue 125

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

Shades of Pine Glade #BBBC7D

Tints of Pine Glade #BBBC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25%

R = 37.4%
G = 37.6%
B = 25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BBBC7D (or 0xBBBC7D) is known color: Pine Glade. HEX triplet: BB, BC and 7D. RGB value is (187,188,125). Sum of RGB (Red+Green+Blue) = 187+188+125=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC7D is #444382. Grayscale: #B4B4B4. Windows color (decimal): -4473731 or 8240315. OLE color: 8240315.

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

Color convert

RGB 187 188 125 -
CMYK 0.01 0 0.34 0.26
HSL 60.95º 0.32% 0.61% -
HSV(B) 60.95º 0.34% 0.74% -
XYZ 42.18 48.01 26.45 -
YUV 180.52 96.67 132.62 -
System Red Green Blue C M Y K H S L
Decimal 187 188 125 0.01 0 0.34 0.26 60.95 0.32 0.61
Hex BB BC 7D 1 0 22 1A 3D 20 3D
Octal 273 274 175 1 0 42 32 75 40 75
Binary 10111011 10111100 1111101 1 0 100010 11010 111101 100000 111101

Color Harmonies of #BBBC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBC7D

Black with #BBBC7D

Text Example


Text Example

White with #BBBC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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