Html Css Color HEX #BBC771 Pine Glade

📋 copy color: '#BBC771'

red 187 ◦ green 199 ◦ blue 113

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

Shades of Pine Glade #BBC771

Tints of Pine Glade #BBC771

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.88%

 BLUE value IS 113 (44.53% from 255) = 22.65%

R = 37.47%
G = 39.88%
B = 22.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#BBC771 (or 0xBBC771) is known color: Pine Glade. HEX triplet: BB, C7 and 71. RGB value is (187,199,113). Sum of RGB (Red+Green+Blue) = 187+199+113=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC771 is #44388E. Grayscale: #B9B9B9. Windows color (decimal): -4470927 or 7456699. OLE color: 7456699.

HSL color Cylindrical-coordinate representation of color #BBC771: hue angle of 68.37º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBC771 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 199 113 -
CMYK 0.06 0 0.43 0.22
HSL 68.37º 0.43% 0.61% -
HSV(B) 68.37º 0.43% 0.78% -
XYZ 43.9 52.6 23.46 -
YUV 185.61 87.02 128.99 -
System Red Green Blue C M Y K H S L
Decimal 187 199 113 0.06 0 0.43 0.22 68.37 0.43 0.61
Hex BB C7 71 6 0 2B 16 44 2B 3D
Octal 273 307 161 6 0 53 26 104 53 75
Binary 10111011 11000111 1110001 110 0 101011 10110 1000100 101011 111101

Color Harmonies of #BBC771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC771

Black with #BBC771

Text Example


Text Example

White with #BBC771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC771; }

 p { color: rgb(187,199,113); }

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

background-color css

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

 a { background-color: rgb(187,199,113); }

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

border-color css

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

 span { border-color: rgb(187,199,113); }

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