Html Css Color HEX #BBC274 Pine Glade

📋 copy color: '#BBC274'

red 187 ◦ green 194 ◦ blue 116

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

Shades of Pine Glade #BBC274

Tints of Pine Glade #BBC274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.34%

R = 37.63%
G = 39.03%
B = 23.34%

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

#BBC274 (or 0xBBC274) is known color: Pine Glade. HEX triplet: BB, C2 and 74. RGB value is (187,194,116). Sum of RGB (Red+Green+Blue) = 187+194+116=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC274 is #443D8B. Grayscale: #B7B7B7. Windows color (decimal): -4472204 or 7652027. OLE color: 7652027.

HSL color Cylindrical-coordinate representation of color #BBC274: hue angle of 65.38º 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 #BBC274 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 116 -
CMYK 0.04 0 0.40 0.24
HSL 65.38º 0.39% 0.61% -
HSV(B) 65.38º 0.4% 0.76% -
XYZ 42.94 50.41 23.99 -
YUV 183.02 90.18 130.84 -
System Red Green Blue C M Y K H S L
Decimal 187 194 116 0.04 0 0.40 0.24 65.38 0.39 0.61
Hex BB C2 74 4 0 28 18 41 27 3D
Octal 273 302 164 4 0 50 30 101 47 75
Binary 10111011 11000010 1110100 100 0 101000 11000 1000001 100111 111101

Color Harmonies of #BBC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC274

Black with #BBC274

Text Example


Text Example

White with #BBC274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC274; }

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

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

background-color css

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

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

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

border-color css

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

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

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