Html Css Color HEX #BBC275 Pine Glade

📋 copy color: '#BBC275'

red 187 ◦ green 194 ◦ blue 117

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

Shades of Pine Glade #BBC275

Tints of Pine Glade #BBC275

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.96%

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

R = 37.55%
G = 38.96%
B = 23.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#BBC275 (or 0xBBC275) is known color: Pine Glade. HEX triplet: BB, C2 and 75. RGB value is (187,194,117). Sum of RGB (Red+Green+Blue) = 187+194+117=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC275 is #443D8A. Grayscale: #B7B7B7. Windows color (decimal): -4472203 or 7717563. OLE color: 7717563.

HSL color Cylindrical-coordinate representation of color #BBC275: hue angle of 65.45º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBC275 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 117 -
CMYK 0.04 0 0.40 0.24
HSL 65.45º 0.39% 0.61% -
HSV(B) 65.45º 0.4% 0.76% -
XYZ 43 50.43 24.3 -
YUV 183.13 90.68 130.76 -
System Red Green Blue C M Y K H S L
Decimal 187 194 117 0.04 0 0.40 0.24 65.45 0.39 0.61
Hex BB C2 75 4 0 28 18 41 27 3D
Octal 273 302 165 4 0 50 30 101 47 75
Binary 10111011 11000010 1110101 100 0 101000 11000 1000001 100111 111101

Color Harmonies of #BBC275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC275

Black with #BBC275

Text Example


Text Example

White with #BBC275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC275; }

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

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

background-color css

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

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

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

border-color css

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

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

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