Html Css Color HEX #BFC378 Pine Glade

📋 copy color: '#BFC378'

red 191 ◦ green 195 ◦ blue 120

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

Shades of Pine Glade #BFC378

Tints of Pine Glade #BFC378

RGB

 RED value IS 191 (75% from 255) = 37.75%

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

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

R = 37.75%
G = 38.54%
B = 23.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#BFC378 (or 0xBFC378) is known color: Pine Glade. HEX triplet: BF, C3 and 78. RGB value is (191,195,120). Sum of RGB (Red+Green+Blue) = 191+195+120=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC378 is #403C87. Grayscale: #B9B9B9. Windows color (decimal): -4209800 or 7914431. OLE color: 7914431.

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

Color convert

RGB 191 195 120 -
CMYK 0.02 0 0.38 0.24
HSL 63.2º 0.38% 0.62% -
HSV(B) 63.2º 0.38% 0.76% -
XYZ 44.39 51.46 25.36 -
YUV 185.25 91.17 132.1 -
System Red Green Blue C M Y K H S L
Decimal 191 195 120 0.02 0 0.38 0.24 63.2 0.38 0.62
Hex BF C3 78 2 0 26 18 3F 26 3E
Octal 277 303 170 2 0 46 30 77 46 76
Binary 10111111 11000011 1111000 10 0 100110 11000 111111 100110 111110

Color Harmonies of #BFC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC378

Black with #BFC378

Text Example


Text Example

White with #BFC378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC378; }

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

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

background-color css

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

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

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

border-color css

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

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

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