Html Css Color HEX #BBC775 Pine Glade

📋 copy color: '#BBC775'

red 187 ◦ green 199 ◦ blue 117

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

Shades of Pine Glade #BBC775

Tints of Pine Glade #BBC775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.26%

R = 37.18%
G = 39.56%
B = 23.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#BBC775 (or 0xBBC775) is known color: Pine Glade. HEX triplet: BB, C7 and 75. RGB value is (187,199,117). Sum of RGB (Red+Green+Blue) = 187+199+117=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC775 is #44388A. Grayscale: #BABABA. Windows color (decimal): -4470923 or 7718843. OLE color: 7718843.

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

Color convert

RGB 187 199 117 -
CMYK 0.06 0 0.41 0.22
HSL 68.78º 0.42% 0.62% -
HSV(B) 68.78º 0.41% 0.78% -
XYZ 44.13 52.7 24.68 -
YUV 186.06 89.02 128.67 -
System Red Green Blue C M Y K H S L
Decimal 187 199 117 0.06 0 0.41 0.22 68.78 0.42 0.62
Hex BB C7 75 6 0 29 16 45 2A 3E
Octal 273 307 165 6 0 51 26 105 52 76
Binary 10111011 11000111 1110101 110 0 101001 10110 1000101 101010 111110

Color Harmonies of #BBC775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC775

Black with #BBC775

Text Example


Text Example

White with #BBC775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC775; }

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

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

background-color css

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

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

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

border-color css

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

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

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