Html Css Color HEX #BFD175 Deco

📋 copy color: '#BFD175'

red 191 ◦ green 209 ◦ blue 117

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

Shades of Deco #BFD175

Tints of Deco #BFD175

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.43%

 BLUE value IS 117 (46.09% from 255) = 22.63%

R = 36.94%
G = 40.43%
B = 22.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#BFD175 (or 0xBFD175) is known color: Deco. HEX triplet: BF, D1 and 75. RGB value is (191,209,117). Sum of RGB (Red+Green+Blue) = 191+209+117=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD175 is #402E8A. Grayscale: #C1C1C1. Windows color (decimal): -4206219 or 7721407. OLE color: 7721407.

HSL color Cylindrical-coordinate representation of color #BFD175: hue angle of 71.74º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFD175 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 209 117 -
CMYK 0.09 0 0.44 0.18
HSL 71.74º 0.5% 0.64% -
HSV(B) 71.74º 0.44% 0.82% -
XYZ 47.5 57.96 25.51 -
YUV 193.13 85.04 126.48 -
System Red Green Blue C M Y K H S L
Decimal 191 209 117 0.09 0 0.44 0.18 71.74 0.5 0.64
Hex BF D1 75 9 0 2C 12 48 32 40
Octal 277 321 165 11 0 54 22 110 62 100
Binary 10111111 11010001 1110101 1001 0 101100 10010 1001000 110010 1000000

Color Harmonies of #BFD175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD175

Black with #BFD175

Text Example


Text Example

White with #BFD175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD175; }

 p { color: rgb(191,209,117); }

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

background-color css

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

 a { background-color: rgb(191,209,117); }

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

border-color css

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

 span { border-color: rgb(191,209,117); }

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