Html Css Color HEX #BFD57C Deco

📋 copy color: '#BFD57C'

red 191 ◦ green 213 ◦ blue 124

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

Shades of Deco #BFD57C

Tints of Deco #BFD57C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.34%

 BLUE value IS 124 (48.83% from 255) = 23.48%

R = 36.17%
G = 40.34%
B = 23.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#BFD57C (or 0xBFD57C) is known color: Deco. HEX triplet: BF, D5 and 7C. RGB value is (191,213,124). Sum of RGB (Red+Green+Blue) = 191+213+124=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD57C is #402A83. Grayscale: #C4C4C4. Windows color (decimal): -4205188 or 8181183. OLE color: 8181183.

HSL color Cylindrical-coordinate representation of color #BFD57C: hue angle of 74.83º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFD57C is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 213 124 -
CMYK 0.10 0 0.42 0.16
HSL 74.83º 0.51% 0.66% -
HSV(B) 74.83º 0.42% 0.84% -
XYZ 48.92 60.12 28.09 -
YUV 196.28 87.21 124.24 -
System Red Green Blue C M Y K H S L
Decimal 191 213 124 0.10 0 0.42 0.16 74.83 0.51 0.66
Hex BF D5 7C A 0 2A 10 4B 33 42
Octal 277 325 174 12 0 52 20 113 63 102
Binary 10111111 11010101 1111100 1010 0 101010 10000 1001011 110011 1000010

Color Harmonies of #BFD57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD57C

Black with #BFD57C

Text Example


Text Example

White with #BFD57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD57C; }

 p { color: rgb(191,213,124); }

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

background-color css

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

 a { background-color: rgb(191,213,124); }

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

border-color css

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

 span { border-color: rgb(191,213,124); }

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