Html Css Color HEX #BBC373 Pine Glade

📋 copy color: '#BBC373'

red 187 ◦ green 195 ◦ blue 115

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

Shades of Pine Glade #BBC373

Tints of Pine Glade #BBC373

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.24%

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

R = 37.63%
G = 39.24%
B = 23.14%

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

#BBC373 (or 0xBBC373) is known color: Pine Glade. HEX triplet: BB, C3 and 73. RGB value is (187,195,115). Sum of RGB (Red+Green+Blue) = 187+195+115=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC373 is #443C8C. Grayscale: #B7B7B7. Windows color (decimal): -4471949 or 7586747. OLE color: 7586747.

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

Color convert

RGB 187 195 115 -
CMYK 0.04 0 0.41 0.24
HSL 66º 0.4% 0.61% -
HSV(B) 66º 0.41% 0.76% -
XYZ 43.1 50.83 23.76 -
YUV 183.49 89.35 130.5 -
System Red Green Blue C M Y K H S L
Decimal 187 195 115 0.04 0 0.41 0.24 66 0.4 0.61
Hex BB C3 73 4 0 29 18 42 28 3D
Octal 273 303 163 4 0 51 30 102 50 75
Binary 10111011 11000011 1110011 100 0 101001 11000 1000010 101000 111101

Color Harmonies of #BBC373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC373

Black with #BBC373

Text Example


Text Example

White with #BBC373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC373; }

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

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

background-color css

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

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

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

border-color css

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

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

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