Html Css Color HEX #BBC874 Pine Glade

📋 copy color: '#BBC874'

red 187 ◦ green 200 ◦ blue 116

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

Shades of Pine Glade #BBC874

Tints of Pine Glade #BBC874

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.76%

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

R = 37.18%
G = 39.76%
B = 23.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#BBC874 (or 0xBBC874) is known color: Pine Glade. HEX triplet: BB, C8 and 74. RGB value is (187,200,116). Sum of RGB (Red+Green+Blue) = 187+200+116=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC874 is #44378B. Grayscale: #BABABA. Windows color (decimal): -4470668 or 7653563. OLE color: 7653563.

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

Color convert

RGB 187 200 116 -
CMYK 0.06 0 0.42 0.22
HSL 69.29º 0.43% 0.62% -
HSV(B) 69.29º 0.42% 0.78% -
XYZ 44.3 53.13 24.44 -
YUV 186.54 88.19 128.33 -
System Red Green Blue C M Y K H S L
Decimal 187 200 116 0.06 0 0.42 0.22 69.29 0.43 0.62
Hex BB C8 74 6 0 2A 16 45 2B 3E
Octal 273 310 164 6 0 52 26 105 53 76
Binary 10111011 11001000 1110100 110 0 101010 10110 1000101 101011 111110

Color Harmonies of #BBC874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC874

Black with #BBC874

Text Example


Text Example

White with #BBC874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC874; }

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

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

background-color css

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

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

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

border-color css

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

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

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