Html Css Color HEX #BBC273 Pine Glade

📋 copy color: '#BBC273'

red 187 ◦ green 194 ◦ blue 115

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

Shades of Pine Glade #BBC273

Tints of Pine Glade #BBC273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.19%

R = 37.7%
G = 39.11%
B = 23.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#BBC273 (or 0xBBC273) is known color: Pine Glade. HEX triplet: BB, C2 and 73. RGB value is (187,194,115). Sum of RGB (Red+Green+Blue) = 187+194+115=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC273 is #443D8C. Grayscale: #B7B7B7. Windows color (decimal): -4472205 or 7586491. OLE color: 7586491.

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

Color convert

RGB 187 194 115 -
CMYK 0.04 0 0.41 0.24
HSL 65.32º 0.39% 0.61% -
HSV(B) 65.32º 0.41% 0.76% -
XYZ 42.88 50.39 23.69 -
YUV 182.9 89.68 130.92 -
System Red Green Blue C M Y K H S L
Decimal 187 194 115 0.04 0 0.41 0.24 65.32 0.39 0.61
Hex BB C2 73 4 0 29 18 41 27 3D
Octal 273 302 163 4 0 51 30 101 47 75
Binary 10111011 11000010 1110011 100 0 101001 11000 1000001 100111 111101

Color Harmonies of #BBC273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC273

Black with #BBC273

Text Example


Text Example

White with #BBC273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC273; }

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

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

background-color css

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

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

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

border-color css

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

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

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