Html Css Color HEX #BBBD7A Pine Glade

📋 copy color: '#BBBD7A'

red 187 ◦ green 189 ◦ blue 122

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

Shades of Pine Glade #BBBD7A

Tints of Pine Glade #BBBD7A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.95%

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

R = 37.55%
G = 37.95%
B = 24.5%

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

#BBBD7A (or 0xBBBD7A) is known color: Pine Glade. HEX triplet: BB, BD and 7A. RGB value is (187,189,122). Sum of RGB (Red+Green+Blue) = 187+189+122=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD7A is #444285. Grayscale: #B5B5B5. Windows color (decimal): -4473478 or 8043963. OLE color: 8043963.

HSL color Cylindrical-coordinate representation of color #BBBD7A: hue angle of 61.79º degrees, saturation: 0.34, 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 #BBBD7A is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 189 122 -
CMYK 0.01 0 0.35 0.26
HSL 61.79º 0.34% 0.61% -
HSV(B) 61.79º 0.35% 0.74% -
XYZ 42.2 48.37 25.52 -
YUV 180.76 94.84 132.45 -
System Red Green Blue C M Y K H S L
Decimal 187 189 122 0.01 0 0.35 0.26 61.79 0.34 0.61
Hex BB BD 7A 1 0 23 1A 3E 22 3D
Octal 273 275 172 1 0 43 32 76 42 75
Binary 10111011 10111101 1111010 1 0 100011 11010 111110 100010 111101

Color Harmonies of #BBBD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBD7A

Black with #BBBD7A

Text Example


Text Example

White with #BBBD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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