Html Css Color HEX #BBC378 Pine Glade

📋 copy color: '#BBC378'

red 187 ◦ green 195 ◦ blue 120

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

Shades of Pine Glade #BBC378

Tints of Pine Glade #BBC378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.9%

R = 37.25%
G = 38.84%
B = 23.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#BBC378 (or 0xBBC378) is known color: Pine Glade. HEX triplet: BB, C3 and 78. RGB value is (187,195,120). Sum of RGB (Red+Green+Blue) = 187+195+120=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC378 is #443C87. Grayscale: #B8B8B8. Windows color (decimal): -4471944 or 7914427. OLE color: 7914427.

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

Color convert

RGB 187 195 120 -
CMYK 0.04 0 0.38 0.24
HSL 66.4º 0.38% 0.62% -
HSV(B) 66.4º 0.38% 0.76% -
XYZ 43.4 50.95 25.32 -
YUV 184.06 91.85 130.1 -
System Red Green Blue C M Y K H S L
Decimal 187 195 120 0.04 0 0.38 0.24 66.4 0.38 0.62
Hex BB C3 78 4 0 26 18 42 26 3E
Octal 273 303 170 4 0 46 30 102 46 76
Binary 10111011 11000011 1111000 100 0 100110 11000 1000010 100110 111110

Color Harmonies of #BBC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC378

Black with #BBC378

Text Example


Text Example

White with #BBC378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC378; }

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

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

background-color css

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

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

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

border-color css

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

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

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